Getting Error while executing Example.py #8
|
Hello, the error i am facing is issue when executing example.py file. can you please suggest what other things need to installed prior to running this script? |
Replies: 6 comments 8 replies
|
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\lib\site-packages\qtsapp\lib.py", line 41, in |
|
Traceback (most recent call last): |








The error is arising, due to the reason that you don't have
requestsmodule installed in your python program.To install the same run this command
pip install -U requests