We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install smplx
There is already torch 2.0.0 in the installed environment. However, installing smplx via pip will download the new torch==2.4.0. See below:
torch 2.0.0
Collecting torch>=1.0.1.post2 (from smplx==0.1.28->-r requirements.txt (line 28)) Downloading https://xxxxxx/torch-2.4.0-cp310-cp310-manylinux1_x86_64.whl (797.2 MB)
How to avoid this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is already
torch 2.0.0
in the installed environment.However, installing smplx via pip will download the new torch==2.4.0. See below:
How to avoid this?
The text was updated successfully, but these errors were encountered: