Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在我的 python 模块中导入 pika 时,它显示错误消息为Unresolved import: pika
import pika
我正在使用 Windows 操作系统
我解决了。Pika 没有安装我的机器。我用了
pika-0.10.0-py2.py3-none-any.whl to install it.
安装它的命令是
python -m pip install pika-0.10.0-py2.py3-none-any.whl