Python 3.7:导入websockets模块时出现NameError

时间:2019-03-21 11:16:22

标签: python websocket nameerror

我遇到导入模块问题。我在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:英语不是我的母语,抱歉!

0 个答案:

没有答案