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

Colab example broken due to mismatched dependencies #36

Open
KilianB opened this issue May 26, 2024 · 1 comment
Open

Colab example broken due to mismatched dependencies #36

KilianB opened this issue May 26, 2024 · 1 comment

Comments

@KilianB
Copy link

KilianB commented May 26, 2024

When running the colab example the import and installation steps fail at multiple steps

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.
xformers 0.0.22.post4+cu118 requires torch==2.1.0, but you have torch 2.3.0 which is incompatible.

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.
torchaudio 2.3.0+cu121 requires torch==2.3.0, but you have torch 2.1.0 which is incompatible.
torchtext 0.18.0 requires torch>=2.3.0, but you have torch 2.1.0 which is incompatible.
torchvision 0.18.0+cu121 requires torch==2.3.0, but you have torch 2.1.0 which is incompatible.

The first issue arises when trying to install !pip install -q git+https://github.com/openai/shap-e.git is there a possibility to pin the examples to a working version?

When forcing version 2.3.0 to be installed a different dependency won't work anymore.

@hritam-98
Copy link

Same issue. Anyone resolved it?

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

2 participants