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
Should be fixed now. For environment setup, please initiate a new conda environment and run the subsequent commands:
pip install -e .# To utilize the local models, ensure the following steps are taken:# Begin by installing pytorch 2.1.0, followed by:
pip install -r requirements_local.txt
# To address any typing-extensions version compatibility issues:
pip install typing-extensions==4.5.0
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.autoawq 0.2.3 requires typing-extensions>=4.8.0, but you have typing-extensions 4.5.0 which is incompatible.pydantic-core 2.16.3 requires typing-extensions!=4.7.0,>=4.6.0, but you have typing-extensions 4.5.0 which is incompatible.torch 2.2.1 requires typing-extensions>=4.8.0, but you have typing-extensions 4.5.0 which is incompatible.
I encountered the following errors when I installed requirements.txt and requirements_local.txt
After installing requirements_local.txt, I encountered an error while running your simulation tasks.
The text was updated successfully, but these errors were encountered: