我使用pip pip install twisted
加载了扭曲。然后我尝试导入from autobahn.twisted.websocket import WebSocketClientProtocol
,导入'twisted' has no attribute '__version__'
时出错。
答案 0 :(得分:0)
pip install --upgrade pyopenssl
可以解决问题
答案 1 :(得分:0)
如果您想使用TLS功能,请使用适当的额外内容:
pip install --upgrade twisted[tls]