-
Notifications
You must be signed in to change notification settings - Fork 70
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
PyPi installation fails on macOS Mojave #136
Comments
Does the conda forge version work? |
Thanks for the suggestion. I just tested the conda-forge version and there are no issues importing or using the package. I find conda somewhat inconvenient for my needs. It would be great to get somoclu running stand-alone. On that note, are there any plans to update the PyPi version for macOS Mojave? |
No. is any chance to expect a normal installation via pip? Or this project is abandoned, and nobody is at home? |
We have a lack of developers with experience on said platform. |
Hi there,
I have tried to install somoclu with PyPi on macOS Mojave using
pip install somoclu
however I receive the following error when attempting to work my way through your example:
Warning: the binary library cannot be imported. You cannot train maps, but you can load and analyze ones that you have already saved. If you installed Somoclu with pip on macOS, this typically means missing a linked library. If you compiled Somoclu with GCC, please make sure you have set DYLD_LIBRARY_PATH to include the GCC path. For more information, please refer to the documentation.
I then tried the alternative of compiling from source using
However this fails as well with
clang: error: unsupported option '-fopenmp’
I then tried various suggestions as found here: https://github.com/peterwittek/somoclu/issues/90 though none have helped.
If you could point me in the right direction to solve this, it would be much appreciated.
Kind regards,
Rens MacNeill
The text was updated successfully, but these errors were encountered: