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
I've tried to import itergp, as stated in the README file, but got the error:
ModuleNotFoundError: No module named 'fcntl'
It seems as the fcntl module is not available on Windows. So is it nevertheless possible to import itergp on a windows pc?
The text was updated successfully, but these errors were encountered:
Hi @L-in-da. We unfortunately just realized the issue you describe. The package KeOPs that IterGP depends on does not have Windows support yet (see also getkeops/keops#43). KeOps enables large-scale matrix-vector multiplies with a kernel matrix.
We are working on a solution for the homework currently. For now if you have a team member with a mac or linux machine try using that.
I just implemented a hotfix, that avoids the use of KeOps on Windows. This means on Windows you may not be able to scale to very large kernel matrices (n > 10000), since the implementation uses dense matrices. That should not be an issue for the homework however.
I've tried to import itergp, as stated in the README file, but got the error:
ModuleNotFoundError: No module named 'fcntl'
It seems as the fcntl module is not available on Windows. So is it nevertheless possible to import itergp on a windows pc?
The text was updated successfully, but these errors were encountered: