Closed igoumiri closed 1 month ago
I tried to install the develop branch via pip with
develop
pip
pip install "muygpys[hnswlib,jax_cpu] @ git+https://github.com/LLNL/MuyGPyS.git@develop#egg=muygpys"
and the install looked successful but was actually broken. It wouldn't let me import anything from MuyGPyS.
I was able to install at commit 1156bb3076a76c73198a10ee47166d647e131334 instead so it's very likely a problem with https://github.com/LLNL/MuyGPyS/pull/231.
1156bb3076a76c73198a10ee47166d647e131334
This was due to an issue with the new build system. This is fixed in #242 and in the new release.
I tried to install the
develop
branch viapip
withand the install looked successful but was actually broken. It wouldn't let me import anything from MuyGPyS.
I was able to install at commit
1156bb3076a76c73198a10ee47166d647e131334
instead so it's very likely a problem with https://github.com/LLNL/MuyGPyS/pull/231.