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

[BUG] pip install doesn't work #299

Open
yarick-abramov opened this issue Oct 14, 2024 · 1 comment
Open

[BUG] pip install doesn't work #299

yarick-abramov opened this issue Oct 14, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@yarick-abramov
Copy link

Describe the bug

Google colab prints this:

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.
google-colab 1.0.0 requires pandas==2.2.2, but you have pandas 2.0.3 which is incompatible.
mizani 0.11.4 requires pandas>=2.1.0, but you have pandas 2.0.3 which is incompatible.
osqp 0.6.7.post0 requires scipy!=1.12.0,>=0.13.2, but you have scipy 1.12.0 which is incompatible.

My laptop prints the same thing for scipy: aeon 0.9 seemingly requires scipy <=1.12.0 and tsfesh requires scipy >=1.14.0.

Steps/Code to reproduce the bug

No response

Expected results

"tsml-eval installed successfully"

Actual results

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.
google-colab 1.0.0 requires pandas==2.2.2, but you have pandas 2.0.3 which is incompatible.
mizani 0.11.4 requires pandas>=2.1.0, but you have pandas 2.0.3 which is incompatible.
osqp 0.6.7.post0 requires scipy!=1.12.0,>=0.13.2, but you have scipy 1.12.0 which is incompatible.

@yarick-abramov yarick-abramov added the bug Something isn't working label Oct 14, 2024
@MatthewMiddlehurst
Copy link
Member

Hello, I take it this is the latest release? Does it work with a fresh environment with no other packages installed prior?

The issue is really the latest aeon release does not support pandas>=2.1.0 or scipy<1.13.0, so even if I make a release here with that I'm not sure it would help. This should be resolved with aeon==1.0.0, but no timeframe for that yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants