You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, since we do not have a windows machine around, if you encounter a python package that cannot be installed, you can try to skip this package first, maybe this package is not important. An example of a successful installation on Windows: #11.
used Windows Powershell
git clone https://github.com/ali-vilab/UniAnimate.git
cd UniAnimate
conda create -n UniAnimate python=3.9
conda activate UniAnimate
conda install pytorch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 pytorch-cuda=11.8 -c pytorch -c nvidia
All good until now
pip install -r requirements.txt
I can see this version is there
https://pypi.org/project/nvidia-cudnn-cu11/8.5.0.96/
The text was updated successfully, but these errors were encountered: