Skip to content
New issue

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

need requirements versions #45

Open
inhaki-jauregui opened this issue Mar 4, 2023 · 2 comments
Open

need requirements versions #45

inhaki-jauregui opened this issue Mar 4, 2023 · 2 comments

Comments

@inhaki-jauregui
Copy link

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?

@5atu
Copy link

5atu commented Apr 4, 2023

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.

@mhgenerate
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants