When I did everything did not work, the menu loaded and there was nothing and where errors, chatgpt writes that the error in too new version of pip , and I can not reset in any way
Also there are conflicts omegaconf 2.0.6, Also
here:
ERROR: Cannot install -r requirements.txt (line 7) and fairseq because these package versions have conflicting dependencies.
The conflict is caused by:
fairseq 0.12.2 depends on omegaconf<2.1
hydra-core 1.0.7 depends on omegaconf<2.1 and >=2.0.5
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
What to do?