-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Describe the bug
I installed [email protected] and [email protected]. During the installation I encounter circular dependencies:
┌ Warning: Circular dependency detected. Precompilation will be skipped for:
│ Yao [5872b779-8223-5990-8dd0-5abbb0748c8c]
│ YaoPlots [32cfe2d9-419e-45f2-8191-2267705d8dbc]
│ YaoToEinsum [9b173c7b-dc24-4dc5-a0e1-adab2f7b6ba9]
│ BloqadeODE [bd27d05e-4ce1-5e79-84dd-c5d7d508bbe5]
│ Bloqade [bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1]
└ @ Pkg.API /cache/build/default-amdci5-0/julialang/julia-release-1-dot-8/usr/share/julia/stdlib/v1.8/Pkg/src/API.jl:1128
After the installation, if I run using Bloqade I get an error "ERROR: Failed to precompile Bloqade [bd27d05e-4ce1-5e79-84dd-c5d7d508bbe1] to /home/ubuntu/.julia/compiled/v1.8/Bloqade/jl_yocd3T."
To Reproduce
] add [email protected]
using Bloqade
Version Info
- Julia version 1.8.1
- Package Version 0.2.2
Additional context
I am trying to install Julia and Bloqade on a virtual machine. The same settings (Julia version and package version) work without issues on a different machine