hassony2/manopth

No module named 'chumpy'

MohamedAliRashad opened this issue ยท 2 comments

I found that this is a python2 package for auto differentiation, is there any hope for python3 support ?

The solution i found was to install it with this command

pip3 install git+https://github.com/scottandrews/chumpy.git@fe51783e0364bf1e9b705541e7d77f894dd2b1ac

From mattloper/chumpy#40

This is right, i also have a repo which serves the same purpose as can be seen in environment.yml.

Glad you solved it !