My current installation is a python 10 conda environment
Running the cosypose/minimal_version_overlay_cheetos.py, I run into the following error:
File "/home/mfourmy/sandbox/happypose/cosypose/cosypose/lib3d/transform.py", line 4, in <module>
eigenpy.switchToNumpyArray()
AttributeError: module 'eigenpy' has no attribute 'switchToNumpyArray'
It seems my version of eigenpy is not supporting this function anymore.
My current installation is a python 10 conda environment Running the
cosypose/minimal_version_overlay_cheetos.py
, I run into the following error:It seems my version of eigenpy is not supporting this function anymore.