getkeops / keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
https://www.kernel-operations.io
MIT License
1.04k stars 64 forks source link

cannot install api from source #197

Open etienne87 opened 2 years ago

etienne87 commented 2 years ago

i am trying to install from source after git clone i run: python3 setup.py build install then i test in terminal

import pykeops

but i get

>>> FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.9/dist-packages/pykeops-1.5-py3.9.egg/pykeops/keops_version'
joanglaunes commented 2 years ago

Hello @etienne87 , Can you give us some details about the errors you get, and also the system that you use ? I just tried now on my system with the current version of master branch and it works.

twmitchel commented 2 years ago

@etienne87

Hi @joanglaunes

I'm having exactly the same problem after installing the master branch from source (per your comment earlier today).

I'm on Ubuntu 18.04, Python 3.6, PyTorch version 1.10, Cuda 11.3.

etienne87 commented 2 years ago

hi, sorry for delay, i am on same configuration