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
Seems like an Apple silicon specific issue? On M1 Max Studio:
Precompiling project... ✗ BLPData 1 dependency successfully precompiled in 1 seconds. 289 already precompiled. 1 dependency errored. To see a full report either run import Pkg; Pkg.precompile()` or load the package
julia> using BLPData
[ Info: Precompiling BLPData [eb622722-88ce-45f2-a8b9-c2f73a5cb263]
ERROR: LoadError: Cannot locate artifact 'blpapi' for aarch64-apple-darwin-libgfortran5-cxx11-julia_version+1.8.2 in '/Users/xxxx/.julia/packages/BLPData/huief/Artifacts.toml'
`
The text was updated successfully, but these errors were encountered:
Thank you Felipe. I tried the Artifacts edit and now get: julia> using BLPData ERROR: InitError: could not load library "/Users/xxx/.julia/artifacts/2efdd93e172b25ccb55877c2006e1dbe8790b5a4/libblpapi3_64.so" dlopen(/Users/xxx/.julia/artifacts/2efdd93e172b25ccb55877c2006e1dbe8790b5a4/libblpapi3_64.so.dylib, 0x0001): tried: '/Users/xxx/.julia/artifacts/2efdd93e172b25ccb55877c2006e1dbe8790b5a4/libblpapi3_64.so.dylib' (no such file)
Seems like an Apple silicon specific issue? On M1 Max Studio:
Precompiling project... ✗ BLPData 1 dependency successfully precompiled in 1 seconds. 289 already precompiled. 1 dependency errored. To see a full report either run
import Pkg; Pkg.precompile()` or load the packagejulia> using BLPData
[ Info: Precompiling BLPData [eb622722-88ce-45f2-a8b9-c2f73a5cb263]
ERROR: LoadError: Cannot locate artifact 'blpapi' for aarch64-apple-darwin-libgfortran5-cxx11-julia_version+1.8.2 in '/Users/xxxx/.julia/packages/BLPData/huief/Artifacts.toml'
`
The text was updated successfully, but these errors were encountered: