Facing issue in running pika #1501
-
/usr/bin/python3 /Users/macos/abrar/python_env/rabbitMQ/receiver.py |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello, thanks for using Pika. Please provide a project via GitHub, that I can clone, with instructions for reproducing this issue. I can't assist you otherwise. More than likely, this issue is specific to your development environment, or how you have set up your project. |
Beta Was this translation helpful? Give feedback.
-
It appears to me that the pika version being used is way too old. 'async' has become a keyword since python3.5. You are using virtual-env incorrectly and a lurking old version is being pulled, perhaps? |
Beta Was this translation helpful? Give feedback.
am currently using the latest version of Pika, which is 1.3.2. The issue arose due to the file path of my receiver.py. I have fixed it, and everything is working fine now.