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

Packege Conflicts in Environment Installation #28

Open
YangLH49 opened this issue Feb 15, 2025 · 3 comments
Open

Packege Conflicts in Environment Installation #28

YangLH49 opened this issue Feb 15, 2025 · 3 comments

Comments

@YangLH49
Copy link

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.

@lambda7xx
Copy link

incompatible may be not a problem. can you run the script?

@YangLH49
Copy link
Author

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.

@michaelzhiluo
Copy link
Contributor

Its just warning logs... the code still works even with the warning ;)

If you have a fix to resolve this dependency conflict, would be really grateful 🙏

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

3 participants