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? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
File "C:\Users\hp\AppData\Local\Programs\Python\Python310\lib\site-packages\qtsapp\lib.py", line 41, in |
Beta Was this translation helpful? Give feedback.
-
Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
The error is arising, due to the reason that you don't have
requests
module installed in your python program.To install the same run this command
pip install -U requests