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

ON a mac M2 Plots does not compile because MMFPEG fails to find the architecture. #58

Open
Illuminista opened this issue Dec 8, 2023 · 3 comments

Comments

@Illuminista
Copy link

The problem is due to BinaryProvider which returns 'unknown'. However, BinaryProvider seems to be no longer active, so I am in a sort of Catch22 situation. How to solve? (I actually do not need FFMPEG is simply needed by Plots).
Macbook M2max, Julia 1.9.4 with packages updated, Sonoma 14.1.1

Thanks for your help

@luraess
Copy link

luraess commented Feb 27, 2024

Any update on that one? Hitting the same issue as ☝️ on Julia 1.10.1 with M1 MacBook Air and latest Sonoma 14.2.1

@ZoltanRacz
Copy link

A package of mine fails test for Julia1.10 on latest windows, due to the same issue: https://github.com/ZoltanRacz/MomentMatching.jl/actions/runs/8078308165/job/22070340092

For testing I load Plots, which needs FFMPEG. then LoadError: Error building FFMPEG: LoadError: Unable to open libLLVM! and LoadError: Failed to precompile BinaryProvider

@Illuminista
Copy link
Author

I found in the net that the problem is that CSV by default loads an old version of FFMPEG (v0.2).

So this the following worked for me (Julia 1.10, mac os sonoma, arm64):

-- remove both CSV and FFMPEG

-- install first [email protected] (version 0.4)

-- install CSV

and I finally can read CSSV files

I hope this helps

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

3 participants