-
Notifications
You must be signed in to change notification settings - Fork 24
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
Package cannot be installed on M1 Macs #58
Comments
Facing the same issue. Any resolution? |
Facing same issue |
Hi, I'm also facing the same issue |
Hi, I have same error on the new mac os
|
Works fine on M1 for me. Please post more details on Julia version and such if still a problem. |
I just tried building and I got the same error as above. Installing it works fine. My Julia version is
|
BinaryProvider is no longer really used. So somehow you are picking up a very old release of this package, it seems - and it is trying to build some binaries and such. |
|
What should I do? Uninstall and re-install the package? |
Yeah, try to update, or some other package is forcing an old version of this package. We stopped using BinaryProvider years ago. I would recommend at least using the latest Julia 1.8 release (or 1.9 if you can), and updating the packages. You can also look at Pkg.status() to see what might be holding it back. |
BinaryProvider hasn't been used in this package for over 3 years, since #49. If BinaryProvider is involved here, coming from this package, an extremely old version of the package is being used |
After uninstalling and reinstalling the package, I was able to resolve the issue successfully. In the process, I identified a reason that could be causing this problem. One of the contributing factors was that some packages were still relying on the
To investigate further, I executed the command mentioned in the warning: As a result, I devised a potential solution to the issue. My approach involves executing the Thank you @ViralBShah and @giordano for taking time to attend to this issue. |
I am trying to install but I get a build error. Running on M1 Mac.
The text was updated successfully, but these errors were encountered: