LLNL / MuyGPyS

A fast, pure python implementation of the MuyGPs Gaussian process realization and training algorithm.
Other
25 stars 11 forks source link

Pip install broken on develop #233

Closed igoumiri closed 1 month ago

igoumiri commented 5 months ago

I tried to install the develop branch via pip with

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.

bwpriest commented 1 month ago

This was due to an issue with the new build system. This is fixed in #242 and in the new release.