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 I use conda for the pip install -e . , package conflicting occur hydra-core 1.3.2 requires antlr4-python3-runtime==4.9., but you have antlr4-python3-runtime 4.7.2 which is incompatible. omegaconf 2.3.0 requires antlr4-python3-runtime==4.9., but you have antlr4-python3-runtime 4.7.2 which is incompatible.
When I use conda for the pip install antlr4-python3-runtime==4.9.* , it said latex2sympy2 1.9.1 requires antlr4-python3-runtime==4.7.2, but you have antlr4-python3-runtime 4.9.3 which is incompatible.
The configuration of my device is PyTorch 2.5.1, Python 3.12 (on Ubuntu 22.04), and Cuda 12.4.
The text was updated successfully, but these errors were encountered:
I can't ,it said _ couldn't connect to 'https://huggingface.co' to load this file_,maybe this is a network problem rather than the environment setup problem.
When I use conda for the pip install -e . , package conflicting occur
hydra-core 1.3.2 requires antlr4-python3-runtime==4.9., but you have antlr4-python3-runtime 4.7.2 which is incompatible.
omegaconf 2.3.0 requires antlr4-python3-runtime==4.9., but you have antlr4-python3-runtime 4.7.2 which is incompatible.
When I use conda for the pip install antlr4-python3-runtime==4.9.* , it said
latex2sympy2 1.9.1 requires antlr4-python3-runtime==4.7.2, but you have antlr4-python3-runtime 4.9.3 which is incompatible.
The configuration of my device is PyTorch 2.5.1, Python 3.12 (on Ubuntu 22.04), and Cuda 12.4.
The text was updated successfully, but these errors were encountered: