You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
pip install driftpy
fails on python 3.12 becausedriftpy
depends onaiohttp=3.8.3
. aiohttp added support for python starting with version 3.9 so probably need to upgrade that dependencyThe text was updated successfully, but these errors were encountered: