-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels