-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install with speedups in CPython 3.10.0-alpha-7 due to failures with pycares #5604
Comments
Well, that's unfortunate... As a workaround, you could install |
In my project we install the dependencies separately to aiohttp if people choose to install the speedups, so we will most likely disable |
Yep, that seems to have fixed it 👍 TIL that I think this issue should be fixed then, as you can just use |
🐞 Describe the bug
When installing aiohttp with speedupds, it installs
aiodns
, which itself relies onpycares
. These two libs are currently unmaintained as stated here: saghul/pycares#139. This will make installing aiohttp with speedups impossible in CPython 3.10.💡 To Reproduce
Install CPython 3.10 and try to install aiohttp with speedups.
Examples:
💡 Expected behavior
Installation with speedups succeeds. This might require looking for a different package or maintaining that package.
📋 Logs/tracebacks
Check links above
📋 Your version of the Python
📋 Your version of the aiohttp/yarl/multidict distributions
Unable to install, but the version that we are trying to install is
3.7.4.post0
📋 Additional context
None
The text was updated successfully, but these errors were encountered: