Skip to content
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

No Python3.12 compatibility #78

Open
clari7744 opened this issue Mar 14, 2024 · 1 comment · May be fixed by #79
Open

No Python3.12 compatibility #78

clari7744 opened this issue Mar 14, 2024 · 1 comment · May be fixed by #79

Comments

@clari7744
Copy link

clari7744 commented Mar 14, 2024

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

  1. python3.12 -m venv venv
  2. venv/bin/python3.12 -m pip install -U "topggpy==2.0.0a"

Possible Solution

Upgrade the required version of aiohttp

@null8626 null8626 linked a pull request Mar 26, 2024 that will close this issue
@null8626
Copy link
Member

Should be handled in #79.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants