We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: