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

A question about 'cpp_wrappers.cpp_neighbors.radius_neighbors'. #20

Closed
QWTforGithub opened this issue Jul 22, 2021 · 2 comments
Closed

Comments

@QWTforGithub
Copy link

Hi,thanks for sharing the code.But I run the code encounters this question:

Connected to pydev debugger (build 201.6668.115)
Traceback (most recent call last):
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/home/qwt/code/OverlapPredator-main/datasets/dataloader.py", line 13, in
import cpp_wrappers.cpp_neighbors.radius_neighbors as cpp_neighbors
ModuleNotFoundError: No module named 'cpp_wrappers.cpp_neighbors.radius_neighbors'

I have compiled the C++ code, but the error still occurs.Is it about the path?
Thank you.

@ShengyuH
Copy link
Member

maybe check this: #11 (comment)

@QWTforGithub
Copy link
Author

maybe check this: #11 (comment)

Thank you for your reply.I rewrote the setup.py file, republished it, and installed it again to fix the problem.

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

2 participants