frisbro303 / signDNE_python

GNU General Public License v3.0
1 stars 1 forks source link

ModuleNotFoundError: No module named '_signDNE_cli' #8

Open ddevriespaleo opened 1 day ago

ddevriespaleo commented 1 day ago

Dear frisbro303,

I look forward to using this package and calculate sign-oriented ariaDNE in python rather than MatLab.

I receive the following error when trying to run the first example command [signDNE path/to/mesh.ply -v] error:

"Traceback (most recent call last): File "/usr/local/bin/signDNE", line 5, in from _signDNE_cli import main ModuleNotFoundError: No module named '_signDNE_cli'"

Is there a way to fix this? Thank you!

frisbro303 commented 15 hours ago

Dear Ddevriespaleo, I'm very glad to hear that you want to use the python package. Sorry you're having issues running the command.

I don't know for sure what causes this issue, as I can't replicate it on my machine.

Did you install the package by running: pip install git+https://github.com/frisbro303/signDNE_python.git? If not, then try to install it using the above command.

If the issue persists, please provide some background info on your installation procedure and system. I'll be happy to help troubleshoot.

Best regards, Felix Hjerrild