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
Christian,
The following issues may be unique to my Ubuntu 20.04 system. I hit a few snags with the setup, starting with the fact that "wheel" is not included in requirements.txt, so packages like librosa and torchaudio don't install/build. But adding wheel to the requirements file didn't help, so I put it in a separate line. I also edited the auraloss line in requirements.txt from auraloss==0.1.1 to auraloss=0.1.7 so the requirements pip install would complete without aborting (it couldn't find version 0.1.1).
This then, is the list of commands that yielded successful execution for me:
Christian,
The following issues may be unique to my Ubuntu 20.04 system. I hit a few snags with the setup, starting with the fact that "wheel" is not included in
requirements.txt
, so packages like librosa and torchaudio don't install/build. But adding wheel to the requirements file didn't help, so I put it in a separate line. I also edited the auraloss line inrequirements.txt
fromauraloss==0.1.1
toauraloss=0.1.7
so the requirements pip install would complete without aborting (it couldn't find version 0.1.1).This then, is the list of commands that yielded successful execution for me:
Feel free to ignore/close/whatever or amend your README if you find this helpful.
The text was updated successfully, but these errors were encountered: