python no module name pika when importing pika

前端 未结 5 999
我寻月下人不归
我寻月下人不归 2021-01-06 11:19

I installed pika for python running on a mac

sudo pip install pika==0.9.8

I make sure is installed, this is the response when trying to rei

5条回答
  •  悲哀的现实
    2021-01-06 12:06

    Go to Scripts in your python folder and drag and drop pip.exe on command prompt and type install pika.

    eg- C:\Python27\Scripts\pip.exe install pika

提交回复
热议问题