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
Creating a new conda environment mamba create -n orbit python=3.11 ; mamba activate orbit
Having bumped into #4860 , I install conan myself rather than letting bootstrap-orbit.sh install it, so that conan is the latest version 2.0.x. pip install conan (mamba install conan may have worked too)
Hi @jmp75 , Conan 2.0 is not backwards compatible and breaks Orbit compilation. Many of the dependencies, like LLVM for example, are not present in Conan 2.0. Your best bet is to install the latest Conan 1.X version, I've had luck with 1.59 and 1.60.
Checkout orbit at commit 3493933
Creating a new conda environment
mamba create -n orbit python=3.11 ; mamba activate orbit
Having bumped into #4860 , I install
conan
myself rather than lettingbootstrap-orbit.sh
install it, so that conan is the latest version 2.0.x.pip install conan
(mamba install conan
may have worked too)However bootstrapping still fails:
The text was updated successfully, but these errors were encountered: