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

ModuleNotFoundError #10

Closed
jiawenzhao opened this issue Mar 29, 2021 · 3 comments
Closed

ModuleNotFoundError #10

jiawenzhao opened this issue Mar 29, 2021 · 3 comments

Comments

@jiawenzhao
Copy link

when I run the code "python main.py configs/train/indoor.yaml", got error"ModuleNotFoundError: No module named 'cpp_wrappers.cpp_neighbors.radius_neighbors'".

@jiawenzhao
Copy link
Author

Are there any files lost?

@zgojcic
Copy link
Collaborator

zgojcic commented Mar 29, 2021

You have to compile the cpp_wrappers using the following code:

cd cpp_wrappers;
sh compile_wrappers.sh;
cd .. 

@jiawenzhao
Copy link
Author

You have to compile the cpp_wrappers using the following code:

cd cpp_wrappers;
sh compile_wrappers.sh;
cd .. 

Thanks for your reply.

@ShengyuH ShengyuH pinned this issue Aug 27, 2022
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

3 participants