Bujiazi / MotionClone

Official implementation of MotionClone: Training-Free Motion Cloning for Controllable Video Generation
290 stars 14 forks source link

Pip subprocess error: ERROR: Could not find a version that satisfies the requirement triton (from versions: none) ERROR: No matching distribution found for triton failed CondaEnvException: Pip failed #7

Closed brad12d3 closed 2 weeks ago

brad12d3 commented 2 weeks ago

Getting this error

Pip subprocess error: ERROR: Could not find a version that satisfies the requirement triton (from versions: none) ERROR: No matching distribution found for triton

failed

CondaEnvException: Pip failed

Bujiazi commented 2 weeks ago

Thanks for the feedback. Please provide more information about your operating platform, Python version, and other relevant details to help us identify the issue (We conduct our experiments on a Linux server with CUDA 11.8 and Python 3.11.3).

djbielejeski commented 2 weeks ago

On windows I had to manually install all of the pip dependencies, and for triton I downloaded the pre-compiled whl triton-2.1.0-cp311-cp311-win_amd64.whl from here: https://huggingface.co/madbuda/triton-windows-builds/tree/main and installed with

pip install /path-to-whl/triton-2.1.0-cp311-cp311-win_amd64.whl

Bujiazi commented 2 weeks ago

Thank you for your response 🌹. Since a satisfactory response has been provided, we are now closing this issue. If needed, we can reopen it in the future.