Skip to content
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

ImportError: No module named pygicp #4

Open
citaer opened this issue Mar 5, 2023 · 0 comments
Open

ImportError: No module named pygicp #4

citaer opened this issue Mar 5, 2023 · 0 comments

Comments

@citaer
Copy link

citaer commented Mar 5, 2023

this occured because after clone the third party codes in Fast GICP repo, you need to use the command as follows to install pygicp module.

cd fast_gicp
python3 setup.py install

but after install the pygicp, when import pygicp in python, you may get the error report as 'ImportError: dynamic module does not define module export function', and you can solve this problem by renaming /usr/include/python2.7 to something else, installing the package with setup.py as mentioned above and then renaming the folder back to python2.7. This idea comes from the issue in fast_gicp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant