TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

[QUESTION]ModuleNotFoundError: No module named 'teaserpp_python.teaserpp_python'

Open Hana61 opened this issue 2 years ago • 3 comments

I met the following error when testing the python example

(teaser_test) root@something:~/autodl-tmp/TEASER-plusplus/examples/teaser_python_ply# python teaser_python_ply.py Traceback (most recent call last): File "teaser_python_ply.py", line 5, in import teaserpp_python File "/root/miniconda3/envs/teaser_test/lib/python3.6/site-packages/teaserpp_python/init.py", line 1, in from .teaserpp_python import * ModuleNotFoundError: No module named 'teaserpp_python.teaserpp_python'

after

(teaser_test) root@something:~/autodl-tmp/TEASER-plusplus/build# cd python && pip install . Processing /root/autodl-tmp/TEASER-plusplus/build/python Requirement already satisfied (use --upgrade to upgrade): teaserpp-python==1.0.0 from file:///root/autodl-tmp/TEASER-plusplus/build/python in /root/miniconda3/envs/teaser_test/lib/python3.6/site-packages

plz tell me how to run the python example

Hana61 avatar Nov 23 '23 16:11 Hana61

i get it,i don't use fpfh=on

junxiaofanchen avatar Nov 27 '23 12:11 junxiaofanchen

i also get it, but i don't how to slove it

YuexinMu avatar Mar 08 '24 11:03 YuexinMu

Which version do you use? Please remove /usr/local/include/teaser and then re-build the package please. I also confronted that issue, but it was my mistake.

LimHyungTae avatar May 02 '24 23:05 LimHyungTae