facebookresearch / demucs

Code for the paper Hybrid Spectrogram and Waveform Source Separation
MIT License
8.35k stars 1.06k forks source link

EnvironmentFileNotFound: .yml #330

Open MohannadAlobaid opened 2 years ago

MohannadAlobaid commented 2 years ago

I try to "Create the Python anaconda environment" i use : "conda env create -f install\envs\windows.yml" but every time this error pop EnvironmentFileNotFound: 'C:\Users\moann\miniconda3\install\envs\windows.yml' file not found

https://docs.donkeycar.com/guide/host_pc/setup_windows/

CarlGao4 commented 2 years ago

Please use conda create -n YourEnvName python=3.9 demucs instead.

ameuret commented 10 months ago

Wow thanks for posting this issue as it now pops up in Google results when searching why conda env create does not do what you expect !! 😡 No wonder why people laugh at Python's stupid number of package/environment/versions competing management systems. They all have their unique way of ruining your day.