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
The environment setup as it's explained in the repo no longer works, because Chumpy is not up to date with numpy.
Temporal solution is to install an old version of numpy (with pip install numpy==1.21.2 for example, which I confirm works) and recompile/reinstall kaolin (go to its folder and rerun python setup.py develop)
The text was updated successfully, but these errors were encountered:
The environment setup as it's explained in the repo no longer works, because Chumpy is not up to date with numpy.
Temporal solution is to install an old version of numpy (with
pip install numpy==1.21.2
for example, which I confirm works) and recompile/reinstall kaolin (go to its folder and rerunpython setup.py develop
)The text was updated successfully, but these errors were encountered: