我遇到导入模块问题。我在Windows 10上使用python 3.7.2。
当我尝试导入websockets模块时(我只是在python shell中写了import websockets
),我遇到了这个错误:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\Simon\AppData\Local\Programs\Python\Python37-32\lib\site-packages\websockets\__init__.py", line 16, in <module>
+ uri.__all__
NameError: name 'client' is not defined
我尝试下载websockets模块的最新版本,但错误仍然存在。
PS:英语不是我的母语,抱歉!