src-d / kmcuda

Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA
Other
783 stars 144 forks source link

could not find pythonlibs (missing: python_libraries python_include_dirs) (required is at least version "3") #84

Open ChrisLab91 opened 5 years ago

ChrisLab91 commented 5 years ago
cmake error at /usr/share/cmake-3.5/modules/findpackagehandlestandardargs.cmake:148 (message):
could not find pythonlibs (missing: python_libraries python_include_dirs) (required is at least version "3")

I am getting this error when i try to install with pip or make. I tried setting these two environment variables but found nothing that worked. I am using ubuntu 16.04 python3.6 GPU: RTX 2080 TI tried cuda 10 and 9

preethamsridhar commented 4 years ago

Same here..