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

Pip dependency conflicts with torch package #16

Open
jke94 opened this issue Dec 25, 2023 · 0 comments
Open

Pip dependency conflicts with torch package #16

jke94 opened this issue Dec 25, 2023 · 0 comments

Comments

@jke94
Copy link

jke94 commented Dec 25, 2023

Hi @albarji!

First of all, thanks for your work! Itś amazing. I have discovered this repository due to a video on YouTube by casuallity when you participated in talks for SpainAI organization.

I have played with your repository, and when you install mixdiff python package: pip install mixdiff an error is displayed:

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. lida 0.0.10 requires fastapi, which is not installed. lida 0.0.10 requires kaleido, which is not installed. lida 0.0.10 requires python-multipart, which is not installed. lida 0.0.10 requires uvicorn, which is not installed. torchaudio 2.1.0+cu121 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible. torchdata 0.7.0 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible. torchtext 0.16.0 requires torch==2.1.0, but you have torch 2.0.1 which is incompatible.

I suppose that its happen because in your setup.py package file you are setting the version of torch package ('torch==2.0.*') in install_requires section. And new versions of torch package have new dependencies.

Merry Christmas! 🎅

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

1 participant