Hi, when I run import primitives_fitting as pf, I got the this error:
ModuleNotFoundError: No module named 'primitives_fitting.py_primitives_fitting'
Since I only need the primitives fitting, so it is better to install this lib instead of Misc3D. I followed all your steps, except using pre-built open3d library from official website. The installation is successful. The python link path is added.
Could you give any hint why I have this error?
Hi, when I run
import primitives_fitting as pf,I got the this error:ModuleNotFoundError: No module named 'primitives_fitting.py_primitives_fitting'
Since I only need the primitives fitting, so it is better to install this lib instead of Misc3D. I followed all your steps, except using pre-built open3d library from official website. The installation is successful. The python link path is added.
Could you give any hint why I have this error?