FalkonML / falkon

Large-scale, multi-GPU capable, kernel solver
https://falkonml.github.io/falkon/
MIT License
181 stars 22 forks source link

Installation failure (due to pykeops installation failure) #48

Closed parthe closed 2 years ago

parthe commented 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.

Is it possible to ship a stable version of pykeops with pip install git+...?

parthe commented 2 years ago

This got fixed thanks to help from keops team