-
Notifications
You must be signed in to change notification settings - Fork 34
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
revolt.py not working on python 3.12 because dependency aiohttp==3.8.* does not support python 3.12 #73
Labels
unconfirmed bug
Something isn't working
Comments
Could you post the entire console output? |
Yup, here you go. I didn't try to install it within a venv because I knew it wasn't going to work, but that was how I was trying to install it all of yesterday. I also included
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When trying to
pip install revolt.py
on a machine with Python 3.12.*, we eventually see the following error:Looking around, I found aiohttp's issue #7739, which describes the same problem. However, according to this comment on that same issue, this has been fixed in aiohttp=3.9.*
Looking at revolt.py's pyproject.toml file, one of the project's dependencies is aiohttp==3.8.*, which means that revolt.py will never build in python 3.12.
To Reproduce
pip install revolt.py
Expected behavior
Revolt.py successfully installs
Library version
n/a
The text was updated successfully, but these errors were encountered: