-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error importing minisam module in Python #29
Comments
This is the output of my Python package installation according to the document Installed /home/wyw/anaconda3/envs/python_robotics/lib/python3.10/site-packages/minisam-0.0.0-py3.10.egg |
Did you solve the error? |
When I execute the following command
from minisam import *
I got an error report
Traceback (most recent call last): File "/home/wyw/codeProjects/pyProj/PyICP-SLAM/main_icp_slam.py", line 15, in <module> from minisam import * File "/home/wyw/anaconda3/envs/python_robotics/lib/python3.10/site-packages/minisam-0.0.0-py3.10.egg/minisam/__init__.py", line 3, in <module> ModuleNotFoundError: No module named 'minisam._minisam_py_wrapper'
The text was updated successfully, but these errors were encountered: