Hi,
I installed Jupyter notebook through anaconda3 package. It comes with all
required python modules.
when i do "import pyopencl" i get an error saying no module found.
So i did
"import sys
sys.path.append('/Users/xyz/')"
where i have a pyopencl folder extracted from the tar zip file i downloaded
on official pyopencl page.
This way i was able to sucessfully import pyopencl.
But when i wrote " from pyopencl import array" i get another error saying
cannot import array.
Should i copy paste pyopencl folder into anaconda3 folder, or is there a
specific folder path where pyopencl has been installed on my mac, which i
should append to sys.path.

thanks
Aseem
_______________________________________________
PyOpenCL mailing list
PyOpenCL@tiker.net
https://lists.tiker.net/listinfo/pyopencl

Reply via email to