Giter Club home page Giter Club logo

Comments (15)

FurkanGozukara avatar FurkanGozukara commented on July 21, 2024 5

i am making an auto installer for Windows Python 3.10

this thing is so hard to make it work haha

image

from magic-animate.

charliebrown777 avatar charliebrown777 commented on July 21, 2024 4

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

from magic-animate.

FurkanGozukara avatar FurkanGozukara commented on July 21, 2024 1

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

from magic-animate.

mp3pintyo avatar mp3pintyo commented on July 21, 2024

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

from magic-animate.

JD1234JD1234 avatar JD1234JD1234 commented on July 21, 2024

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

from magic-animate.

Koningsbruggen avatar Koningsbruggen commented on July 21, 2024

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

from magic-animate.

przvlprd avatar przvlprd commented on July 21, 2024

It works with conda though

from magic-animate.

zcxu-eric avatar zcxu-eric commented on July 21, 2024

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.

from magic-animate.

charliebrown777 avatar charliebrown777 commented on July 21, 2024

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.

from magic-animate.

zcxu-eric avatar zcxu-eric commented on July 21, 2024

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.

from magic-animate.

frankchieng avatar frankchieng commented on July 21, 2024

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

from magic-animate.

FurkanGozukara avatar FurkanGozukara commented on July 21, 2024

finally released full scripts including auto DensePose maker : #44

from magic-animate.

huiyichanmian avatar huiyichanmian commented on July 21, 2024

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

from magic-animate.

frankchieng avatar frankchieng commented on July 21, 2024

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

from magic-animate.

sunyq1995 avatar sunyq1995 commented on July 21, 2024

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

from magic-animate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.