-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Metalhead fails on M1 Mac with Julia 1.7 Beta 3 #85
Comments
I don't think M1 is guaranteed to work at the moment, is this under rosetta? |
In any case, this won't be an issue once master is released, since the FFTW issue is from an unrelated dependency that has been removed. i.e. this isn't related to Flux itself but some old image preprocessing code from when Metalhead hosted datasets. |
Fixed by JuliaPackaging/Yggdrasil#3585 |
If someone with an M1 can confirm that the package loads with master, then we can close this. |
(@v1.7) pkg> add Metalhead#Master
Cloning git-repo `https://github.com/FluxML/Metalhead.jl.git`
Updating git-repo `https://github.com/FluxML/Metalhead.jl.git`
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Updating registry at `~/.julia/registries/JuliaPOMDP`
Updating git-repo `https://github.com/JuliaPOMDP/Registry`
Resolving package versions...
Installed BSON ──── v0.3.4
Installed MKL_jll ─ v2021.1.1+2
Updating `~/.julia/environments/v1.7/Project.toml`
[dbeba491] + Metalhead v0.6.0 `https://github.com/FluxML/Metalhead.jl.git#Master`
Updating `~/.julia/environments/v1.7/Manifest.toml`
[fbb218c0] + BSON v0.3.4
[dbeba491] + Metalhead v0.6.0 `https://github.com/FluxML/Metalhead.jl.git#Master`
[856f044c] ↑ MKL_jll v2021.1.1+1 ⇒ v2021.1.1+2
Precompiling project...
✗ FFTW
3 dependencies successfully precompiled in 5 seconds (165 already precompiled, 3 skipped during auto due to previous errors)
1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package
julia> using Metalhead Fixed! |
See here:
I am guessing this will be fixed when the 1.7 PR's are merged for Flux?
The text was updated successfully, but these errors were encountered: