lebedov / scikit-cuda

Python interface to GPU-powered libraries
http://scikit-cuda.readthedocs.org/
Other
986 stars 179 forks source link

Weird Can't import skcuda.linalg.PCA problem #259

Closed davidsonic closed 6 years ago

davidsonic commented 6 years ago

Hi, I encountered this weird import error for PCA module. I installed scikit-cuda successfully without any error and I could import other modules. However, when I tried to import PCA using the example snippet, I got the following error: image

OS platform: ubuntu16.04 Python version: 3.6 from anaconda3 CUDA version: 8.0 PyCUDA version and scikit-cuda were installed using pip of anaconda3: pip3 install scikit-cuda.

Did I miss anything? Thanks!

lebedov commented 6 years ago

Please try the latest revision on GitHub.

lebedov commented 6 years ago

Closing - please reopen if you still encounter the problem with the latest revision on GitHub.