Skip to content
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

Fix gh actions for mac OS #2

Open
mikeyrf opened this issue Aug 16, 2022 · 1 comment
Open

Fix gh actions for mac OS #2

mikeyrf opened this issue Aug 16, 2022 · 1 comment

Comments

@mikeyrf
Copy link
Owner

mikeyrf commented Aug 16, 2022

Not sure why but nox is failing in gh actions for the fork, but only for mac OS.

@mikeyrf mikeyrf mentioned this issue Aug 16, 2022
@mikeyrf
Copy link
Owner Author

mikeyrf commented Aug 18, 2022

Getting this error:

E           OSError: dlopen(/Users/runner/work/pystable/pystable/pystable/_extensions/macOS/i386/libstable.so, 6): Library not loaded: /usr/local/opt/gsl/lib/libgsl.25.dylib

Looks like libstable.so is expecting libgsl.25.dylib but brew install gsl produces libgsl.27.dylib now, which is likely the issue.

Repository owner deleted a comment Feb 2, 2024
Repository owner deleted a comment from Mortal-zz Feb 23, 2024
Repository owner deleted a comment Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@mikeyrf and others