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
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! 🎅
The text was updated successfully, but these errors were encountered:
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.*'
) ininstall_requires
section. And new versions of torch package have new dependencies.Merry Christmas! 🎅
The text was updated successfully, but these errors were encountered: