-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue with adding somoclu package #261
Comments
Tagging you here @nialov in case you have time and think you could potentially solve this |
Issue is See e.g. https://stackoverflow.com/a/72777145 Options to support
|
So solving is not easy, I would weight the need for the package with the required time to fix these issues. |
Thanks for looking into the matter. These fixes don't seem very difficult and I noticed you made a comment in the And yes, at least I managed to install |
It is a maintenance problem on the part of |
Installation of somoclu failed due to a missing dependency, specifically the numpy module. |
I think using |
somoclu
is a Python package for self-organizing maps and was intended to be used for issue #179 . However, when trying to addsomoclu
withpoetry add somoclu
, the following error occurs:So somehow
somoclu
doesn't recognize thatnumpy
is present and installed, even if it is.However, when I tried
pip install somoclu
in a Python venv where I have installed the current EIS Toolkit, that worked.It would be good to solve this issue in the near future so that we have time to either convert the notebook by @iiroseppa into an EIS Toolkit function, or create a whole new SOM implementation if
somoclu
cannot be reliably included in the toolkit.The text was updated successfully, but these errors were encountered: