Open ddevriespaleo opened 1 day 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
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!