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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: