Dependency Issues :/ #3960
Unanswered
1stAmendmentAbuser
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have Nvidia 4060, using Linux Mint 22.1, AMD 5600 CPU. I'm using conda to install foocus and this is what happens when I do the requirements:
"ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
torchaudio 2.3.0 requires torch==2.3.0, but you have torch 2.6.0 which is incompatible.
hydra-core 1.0.7 requires antlr4-python3-runtime==4.8, but you have antlr4-python3-runtime 4.9.3 which is incompatible.
hydra-core 1.0.7 requires omegaconf<2.1,>=2.0.5, but you have omegaconf 2.3.0 which is incompatible.
fairseq 0.12.2 requires omegaconf<2.1, but you have omegaconf 2.3.0 which is incompatible.
"
It installs bunch of stuff but this comes at the bottom. How can I fix this?
Edit: I fully uninstalled conda, fooocus and did a fresh install, still the same thing.
Beta Was this translation helpful? Give feedback.
All reactions