You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in<module>
File "/Users/fnattino/Projects/Eratosthenes/Repos/morphsnakes/morphsnakes.py", line 56, in<module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
I would be happy to help fixing this in order to use this tool as a dependency in a project package I am working on, so if you don't mind I will open a PR to address the issue!
The text was updated successfully, but these errors were encountered:
Thanks a lot for the very useful library!
I have faced an issue with the installation of
morphsnakes
usingpip
as described in the README file.The issue is related to the dependencies of
morphsnakes
:numpy
andscipy
are not automatically installed when runningpip install morphsnakes
:so that when I try to import
morphsnakes
:the following import error is raised:
I would be happy to help fixing this in order to use this tool as a dependency in a project package I am working on, so if you don't mind I will open a PR to address the issue!
The text was updated successfully, but these errors were encountered: