python - 导入MsgPackSerializer时导入错误

标签 python python-3.x autobahn serialization

我正在尝试从高速公路库导入 MsgPackSerializer。但我收到以下错误:

ImportError: cannot import name MsgPackSerializer

我已经尝试过这个解决方案,但没有成功 - https://github.com/Crypto-Expert/stratum-mining/issues/211#issuecomment-33867305

使用 Miniconda 3。

最佳答案

好吧,看来我必须执行pip install u-msgpack-python

关于python - 导入MsgPackSerializer时导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52799696/

相关文章:

python - 本地使用 Z3Py

c# - 在 python 中使用 ctypes 访问 C# dll 的方法

python - 使用python在hackerrank中重复字符串问题?

bash - Python 脚本手动工作,但不是来自 cron 作业

python - 新消息到达时终止先前的高速公路 websocket 调用

python - 如何在 Python 中使用 OpenCV 从 POST 请求加载视频?

python - 如何在 o(n) 时间内找到列表中字符相对于列表中其他字符的位置?

python - 高速公路,离开 onMessage block

python - 使用 Twisted/Autobahn Websockets 编写 "interactive"客户端

python - 使用 Python Selenium 访问 HTML 中的嵌套元素