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
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
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.
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.
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)
The text was updated successfully, but these errors were encountered: