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
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.
The text was updated successfully, but these errors were encountered:
When running the colab example the import and installation steps fail at multiple steps
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.
The text was updated successfully, but these errors were encountered: