我有python 2.7
然后做了:pip安装websocket-client。成功
在代码中有:import websocket
现在运行的代码出错:没有名为websocket的模块。
已经在寻找其他无法解决的问题。
我不确定websocket是软件包websocket还是软件包websocket-client的一部分。
预先感谢
答案 0 :(得分:0)
我找到了解决方案。
我必须通过venv / bin / pip install而不是pip install来安装
答案 1 :(得分:0)
我必须通过“ pip install websocket-client”的“ python setup.py install”安装来成功安装