Audio-AGI / AudioSep

Official implementation of "Separate Anything You Describe"
https://audio-agi.github.io/Separate-Anything-You-Describe/
MIT License
1.51k stars 110 forks source link

Conda failed to create environment #37

Open benczejrobert opened 8 months ago

benczejrobert commented 8 months ago

Machine: ASUS TUF Dash F15 FX517ZE_FX517ZE OS: Windows 11 Education 23H2, 64 bit Version: 10.0.22631 Build 22631 GPU: Nvidia RTX 3050

D:\AudioSep>conda env create -f environment.yml Retrieving notices: ...working... done Collecting package metadata (repodata.json): done Solving environment: failed Error: ResolvePackageNotFound:

davyxx3 commented 7 months ago

Looks like It works only on Linux, not on Windows or MacOS.

yukinoshitayuigahama commented 5 months ago

I meet the same problem, any ideas on how to fix it?

coldinjection commented 4 months ago

Pls try out the environment_win64.yaml file in my fork. It's exported from my local environment which works for me https://github.com/coldinjection/AudioSep/blob/main/environment_win64.yaml

Senzen18 commented 3 months ago

@coldinjection tried installing using your env file got this error : The conflict is caused by: The user requested torch==2.1.2 dtk 0.2 depends on torch lightning 2.0.0 depends on torch<4.0 and >=1.11.0 pytorch-ignite 0.3.0 depends on torch pytorch-lightning 2.0.1.post0 depends on torch>=1.11.0 timm 0.3.2 depends on torch>=1.0 torchaudio 0.13.1 depends on torch==1.13.1

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

Pip subprocess error: ERROR: Cannot install -r C:\Users\sendh\QBAS\qbas\condaenv.tquzlmha.requirements.txt (line 101), -r C:\Users\sendh\QBAS\qbas\condaenv.tquzlmha.requirements.txt (line 169), -r C:\Users\sendh\QBAS\qbas\condaenv.tquzlmha.requirements.txt (line 170), -r C:\Users\sendh\QBAS\qbas\condaenv.tquzlmha.requirements.txt (line 216), -r C:\Users\sendh\QBAS\qbas\condaenv.tquzlmha.requirements.txt (line 221), -r C:\Users\sendh\QBAS\qbas\condaenv.tquzlmha.requirements.txt (line 39) and torch==2.1.2 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

failed

CondaEnvException: Pip failed