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

package version conflict while launching leaderboard2 eval #2065

Closed
dhiaEddineRhaiem opened this issue Jul 5, 2024 · 2 comments
Closed

package version conflict while launching leaderboard2 eval #2065

dhiaEddineRhaiem opened this issue Jul 5, 2024 · 2 comments

Comments

@dhiaEddineRhaiem
Copy link

dhiaEddineRhaiem commented Jul 5, 2024

what version of omegaconf , hydra-core and antlr4-python3-runtime should we use ! i got error precising antlr4-python3-runtime should have version 4.11 , what is the consequent versions of omegaconf and hydra-core please ? @clefourrier

similar issue here facebookresearch/hydra#2699 (comment)

@haileyschoelkopf
Copy link
Collaborator

It looks like omegaconf can be installed from main to get compatibility: omry/omegaconf#1114

and same with hydra-core: facebookresearch/hydra#2733 --no releases including this yet

It seems like omegaconf==2.4.0.dev2 and omegaconf==2.4.0.dev3 should do the trick (pre-release versions), though no equivalent for hydra-core is there yet.

@dhiaEddineRhaiem
Copy link
Author

I solved the issue today ,
Antlr4 must have version 4.11, as a consequence , i agree omegaconf pre-release versions 2.4.0.dev3/2 are compatible with antlr 4.11.

for hydra-core , i cloned the repo locally , changed the jar file to point to 4.11 not 4.9.3 and changed the correspondant affected files ( see this ref facebookresearch/hydra#2699 (comment))

then installed hydra-core in my docker file using the local ammended repo folder of hydra.

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

2 participants