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: No module named 'mesh_mesh_intersect_cuda' #20

Open
ijorquera opened this issue Dec 28, 2022 · 4 comments
Open

ModuleNotFoundError: No module named 'mesh_mesh_intersect_cuda' #20

ijorquera opened this issue Dec 28, 2022 · 4 comments

Comments

@ijorquera
Copy link

Hello, I am having some problems with the module mesh_mesh_instersect_cuda when trying to use the shape to attributes and attributes to shape modules, it says it is not found, but I make sure that the module mesh_mesh_intersect (including torch-mesh-isect) were installed correctly (at least no error found in the log after running the setup.py)

Any help would be greatly appreciated, thanks!

@muelea
Copy link
Owner

muelea commented Feb 28, 2023

Hi, I reinstalled the repo from scratch, but didn't get this error when running the example commands, including the demo.py for attributes. Can you please explain when this happens so that I can reproduce it?

@owais3901
Copy link

@muelea Hi, run the virtual_measurement file and in the mesh_mesh_intersection file you'll face this error.

@owais3901
Copy link

owais3901 commented Mar 1, 2023

@muelea can you share the mesh_mesh_intersect_cuda.py file?

@muelea
Copy link
Owner

muelea commented Mar 20, 2023

The mesh_mesh_intersect_cuda is built as an extension of mesh_mesh_ when running setup.py in mesh-mesh-intersection. To import mesh_mesh_intersection before importing mesh_mesh_intersect_cuda :

import mesh_mesh_intersection
import mesh_mesh_intersect_cuda

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