You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/shengnanwu/CharmProjects/DemoProject/LoadData.py", line 7, in <module>
from dongtai_sdk import DongTai
File "/Users/shengnanwu/CharmProjects/DemoProject/venv/lib/python3.7/site-packages/dongtai_sdk/DongTai.py", line 13, in <module>
from .DongTaiApi import DongTaiApi
File "/Users/shengnanwu/CharmProjects/DemoProject/venv/lib/python3.7/site-packages/dongtai_sdk/DongTaiApi.py", line 9, in <module>
import json,requests
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
When i install it and use it with demo:
error msg
The text was updated successfully, but these errors were encountered: