myaooo / pysbrl

Python Interface of the Scalable Bayesian Rule Lists
MIT License
19 stars 3 forks source link

Support MacOS #1

Open aecio opened 6 years ago

aecio commented 6 years ago

Does this package support MacOS? I got the following error when running on a Mac:

[...]
  File "[...]/rulematrix/rulematrix/models/rule_model.py", line 9, in <module>
    from pysbrl import train_sbrl
ImportError: dlopen(/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pysbrl.cpython-36m-darwin.so, 2): Library not loaded: /usr/local/opt/gsl/lib/libgsl.23.dylib
  Referenced from: /usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/pysbrl.cpython-36m-darwin.so
  Reason: image not found