Open inhaki-jauregui opened 1 year ago
So I am using the NerdyRodent fork of LSD and here's the packages he installs.
pip install click requests ninja imageio imageio-ffmpeg tqdm psutil scipy pyspng
pip install librosa==0.8.0 moviepy scikit-image pygit2 gdown mega.py pandas SoundFile
pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
I am also using an old version of librosa because I was encountering an error, and that was able to fix it.
So I am using the NerdyRodent fork of LSD and here's the packages he installs.
pip install click requests ninja imageio imageio-ffmpeg tqdm psutil scipy pyspng
pip install librosa==0.8.0 moviepy scikit-image pygit2 gdown mega.py pandas SoundFile
pip install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
I am also using an old version of librosa because I was encountering an error, and that was able to fix it.
Hey, do you know if this is still working? I reinstalled all those packages but just keep getting constant errors. Thanks
The package only specifies which libraries, but not which versions.. I'm having lots of dependencies incomptabilities...
Could it be posible having a "pip list" out which tells us the versions of the libraries which works alltogether?