Closed parthe closed 2 years ago
Installation runs with use_cpu=True but fails on a GPU due to an error in pykeops. See https://github.com/getkeops/keops/issues/257 for more details.
use_cpu=True
pykeops
Is it possible to ship a stable version of pykeops with pip install git+...?
pip install git+...
This got fixed thanks to help from keops team
Installation runs with
use_cpu=True
but fails on a GPU due to an error inpykeops
. See https://github.com/getkeops/keops/issues/257 for more details.Is it possible to ship a stable version of pykeops with
pip install git+...
?