Closed bmfredrick closed 2 years ago
Just cloned the main branch and tried to install the requirements in the django app. I found the same problem.
ERROR: Could not find a version that satisfies the requirement aioeventlet (from versions: 0.5.2) ERROR: No matching distribution found for aioeventlet
Hello everybody, I have the same problem. I can not use eventlet and aioeventlet for my django project such as the repo example.
Could you help me to run the django project example ?
Thank you
Based on what I see in https://pypi.org/project/aioeventlet/#files, it looks like the maintainer made a mistake releasing an sdist for 0.5.2 while on PyPi it's tagged as 0.5.1. I can certainly try reaching out to the maintainer or anybody could just re-release aioeventlet
under a separate name by packaging what's on https://github.com/overcastcloud/aioeventlet.
Checklist
master
branch of Faust.Steps to reproduce
Run pip install --index-url https://pypi.python.org/simple/ "faust-streaming[eventlet]==0.6.7"
Expected behavior
I expected to be able to install the faust eventlet extensions so I could use it as a bridge for integrating with a mysql database.
Actual behavior
I couldn't install the extension because aioeventlet on pypi is broken or missing.
Full traceback
Versions