We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing topggpy fails on Python3.12 I did just test, and it looks like installing 1.4.0 still works, though
I expect it to install properly
The installation fails to build the aiohttp wheel, because topggpy requires a version of aiohttp that is not compatible with python 3.12
py: python3.12.2 topggpy: well, i was installing from source until i saw #75, so now topggpy==2.0.0a OS: ubuntu
topggpy==2.0.0a
python3.12 -m venv venv
venv/bin/python3.12 -m pip install -U "topggpy==2.0.0a"
Upgrade the required version of aiohttp
The text was updated successfully, but these errors were encountered:
Should be handled in #79.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Installing topggpy fails on Python3.12
I did just test, and it looks like installing 1.4.0 still works, though
Expected Behavior
I expect it to install properly
Current Behavior
The installation fails to build the aiohttp wheel, because topggpy requires a version of aiohttp that is not compatible with python 3.12
Development Environment
py: python3.12.2
topggpy: well, i was installing from source until i saw #75, so now
topggpy==2.0.0a
OS: ubuntu
Steps to Reproduce
python3.12 -m venv venv
venv/bin/python3.12 -m pip install -U "topggpy==2.0.0a"
Possible Solution
Upgrade the required version of aiohttp
The text was updated successfully, but these errors were encountered: