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
This package works perfectly on Linux, but I cannot install it on MacOS X. Both, installing with pip install sparse-som or installing from source with cd src && make all give
clang: error: unsupported option '-fopenmp'
It would be great if I could use the package on all major operating systems.
The text was updated successfully, but these errors were encountered:
This package works perfectly on Linux, but I cannot install it on MacOS X. Both, installing with
pip install sparse-som
or installing from source withcd src && make all
giveclang: error: unsupported option '-fopenmp'
It would be great if I could use the package on all major operating systems.
The text was updated successfully, but these errors were encountered: