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

Doesn't install on python=3.12 #76

Open
anchit-sadana opened this issue Jan 10, 2024 · 2 comments
Open

Doesn't install on python=3.12 #76

anchit-sadana opened this issue Jan 10, 2024 · 2 comments

Comments

@anchit-sadana
Copy link

anchit-sadana commented Jan 10, 2024

pip install driftpy fails on python 3.12 because driftpy depends on aiohttp=3.8.3. aiohttp added support for python starting with version 3.9 so probably need to upgrade that dependency

@sndmndss
Copy link

GI

@gister9000
Copy link

It would be nice if you upgrade other dependencies as well, because driftpy forces old versions which will commonly cause dependency conflicts:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
driftpy 0.7.91 requires pluggy==1.0.0, but you have pluggy 1.5.0 which is incompatible.
driftpy 0.7.91 requires urllib3==1.26.13, but you have urllib3 2.2.3 which is incompatible.

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

No branches or pull requests

3 participants