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

requirements.txt #5

Open
Atlas3DSS opened this issue Dec 4, 2023 · 15 comments
Open

requirements.txt #5

Atlas3DSS opened this issue Dec 4, 2023 · 15 comments

Comments

@Atlas3DSS
Copy link

mutliple files not available in requirements.txt from nvidia.
"ERROR: Could not find a version that satisfies the requirement nvidia-nccl-cu11==2.14.3 (from versions: 0.0.1.dev5)
ERROR: No matching distribution found for nvidia-nccl-cu11==2.14.3"
"ERROR: Ignored the following yanked versions: 8.9.4.19
ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.25, 8.9.5.29)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96"

@mp3pintyo
Copy link

mp3pintyo commented Dec 4, 2023

Same problem (Windows 11):
ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.19, 8.9.4.25, 8.9.5.29)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

@JD1234JD1234
Copy link

JD1234JD1234 commented Dec 4, 2023

same error even when I remove it from requirement.txt it tries to install.

edit: maybe its something to do with environment.yaml. i might be installing wrong

@Koningsbruggen
Copy link

ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.25, 8.9.5.29)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

@MaximilianKr
Copy link

It works with conda though

@FurkanGozukara
Copy link

i am making an auto installer for Windows Python 3.10

this thing is so hard to make it work haha

image

@zcxu-eric
Copy link
Collaborator

Hello, thanks for the interest. @przvlprd is correct. beloew is how I create the env using pip:

conda create -n manimate python=3.8 -y
conda activate manimate
pip install -r requirements.txt

I still created environment using conda, will update these instructions soon.

@charliebrown777
Copy link

Hello, thanks for the interest. @przvlprd is correct. beloew is how I create the env using pip:

conda create -n manimate python=3.8 -y
conda activate manimate
pip install -r requirements.txt

I still created environment using conda, will update these instructions soon.

ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11
ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.19, 8.9.4.25, 8.9.5.29)
ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

Still getting these errors.

@zcxu-eric
Copy link
Collaborator

Hello, thanks for the interest. @przvlprd is correct. beloew is how I create the env using pip:

conda create -n manimate python=3.8 -y
conda activate manimate
pip install -r requirements.txt

I still created environment using conda, will update these instructions soon.

ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11 ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.19, 8.9.4.25, 8.9.5.29) ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96

Still getting these errors.

Hi, how about skip these cuda and cudnn related libraries? I think it can still work if you've installed CUDA correctly.

@charliebrown777
Copy link

Hello, thanks for the interest. @przvlprd is correct. beloew is how I create the env using pip:

conda create -n manimate python=3.8 -y
conda activate manimate
pip install -r requirements.txt

I still created environment using conda, will update these instructions soon.

ERROR: Ignored the following versions that require a different python version: 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11 ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.19, 8.9.4.25, 8.9.5.29) ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96
Still getting these errors.

Hi, how about skip these cuda and cudnn related libraries? I think it can still work if you've installed CUDA correctly.

I found this auto installation version and it seems to solve my problem here. https://github.com/sdbds/magic-animate-for-windows

@frankchieng
Copy link

mutliple files not available in requirements.txt from nvidia. "ERROR: Could not find a version that satisfies the requirement nvidia-nccl-cu11==2.14.3 (from versions: 0.0.1.dev5) ERROR: No matching distribution found for nvidia-nccl-cu11==2.14.3" "ERROR: Ignored the following yanked versions: 8.9.4.19 ERROR: Could not find a version that satisfies the requirement nvidia-cudnn-cu11==8.5.0.96 (from versions: 0.0.1.dev5, 8.9.4.25, 8.9.5.29) ERROR: No matching distribution found for nvidia-cudnn-cu11==8.5.0.96"

nccl can only be installed and run in linux OS,btw in case you run this project successfully in windows,the inference speed will be slower than linux

@FurkanGozukara
Copy link

finally released full scripts including auto DensePose maker : #44

@huiyichanmian
Copy link

There is an issue with installing on Windows, you can view this video:
https://www.bilibili.com/video/BV1ig4y1f7BQ/?share_source=copy_web&vd_source=842db193ae3e8fc29019a57821e30000

@frankchieng
Copy link

There is an issue with installing on Windows, you can view this video: https://www.bilibili.com/video/BV1ig4y1f7BQ/?share_source=copy_web&vd_source=842db193ae3e8fc29019a57821e30000

i've installed on linux,windows is not my option,cuz the nvidia-nccl library only support on linux,btw,if you run in windows,it will be slower than linux

@FurkanGozukara
Copy link

windows installation working but making it work is really hard #44

@sunyq1995
Copy link

windows installation working but making it work is really hard #44

Yes, I met several errors when install with python3.11, and reverted to 3.9 on WSL, however met more errors than 3.11

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