-
Notifications
You must be signed in to change notification settings - Fork 136
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
'import chumpy' fails: ImportError: cannot import name 'bool' from 'numpy' #55
Comments
The documentation says that numpy has |
This issue was fixed recently but not yet sync up to PyPi (as discussed in #49), you can install the fixed version with |
thanks @kairusann! |
Summary: Updating instruction to install smplx python package. Why installing them from git rather than pypi? - It is to obtain most uptodate version Additional note: - chumpy (a smplx dependency) from GIT is mandatory to be sure to have a version working with recent numpy version (see mattloper/chumpy#55) => Details on how to download the MANO models from MANO website will come in a later more detailed instruction set. Reviewed By: prithvirb Differential Revision: D56836149 fbshipit-source-id: 07de4efe74a68d9a24df0108ec0f48ee5cbdb33c
would it be possible to update the pypi? |
fwiw I worked around it by downgrading numpy from 1.26.4 to 1.23.0 which seems to still be OK for my purposes, but I'll try the git+https approach later. |
git+https works, as expected. I was able to use numpy 2.0.2, for reference. If it's OK for you to downgrade numpy as I did, there are now two workarounds available :) |
Version: 0.70
py39-numpy-1.25.0
Python-3.9
FreeBSD 14.0
The text was updated successfully, but these errors were encountered: