Can't install sqsQueue library for Python to retrieve Research Alerts via Research API using the sam

To try retrieve Research Alerts messages via EDP Research API using the sample python scripts, I tried to install sqsQueue library by executing the following command on terminal on macOS, but can't install it receiving the following error message..

Can you please let me know how to resolve this?


Command executed

pip3 install sqsQueue


Error message

"Could not find a version that satisfies the requirement sqsQueue (from versions: ) No matching distribution found for sqsQueue"


Screenshot

image

Best Answer

Answers