You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
When loading SpecialFunctions failed, it should suggest to re-run Pkg.build("SpecialFunctions") instead of re-run Pkg.build("fvheQ") (the latter command does not work).
At JuliaLang/Pkg.jl#1290 it was suggested this might be an issue of BinaryProvider.jl.
julia> using Distributions
[ Info: Precompiling Distributions [31c24e10-a181-5473-b8eb-7969acd0382f]
ERROR: LoadError: InitError: /Users/ken/.julia/packages/SpecialFunctions/fvheQ/deps/usr/lib/libopenspecfun.1.3.dylib cannot be opened, Please re-run Pkg.build("fvheQ"), and restart Julia.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When loading SpecialFunctions failed, it should suggest to re-run
Pkg.build("SpecialFunctions")
instead of re-runPkg.build("fvheQ")
(the latter command does not work).At JuliaLang/Pkg.jl#1290 it was suggested this might be an issue of
BinaryProvider.jl
.The text was updated successfully, but these errors were encountered: