[PyCUDA] Re: Import Error: No module named compyte.dtypes

2019-05-24 Thread Dan Guralnik
Things seem to be working fine now. I am utterly grateful for the two fathers of pycuda taking time away from work to take care of my beginner's problems! Cheers, -Dan On 5/24/2019 2:43 PM, Christoph Gohlke wrote: I did build from the github releases at

[PyCUDA] Re: Import Error: No module named compyte.dtypes

2019-05-24 Thread Christoph Gohlke
I did build from the github releases at . I keep forgetting that the Github source releases don't include the compyte code. Christoph On 5/24/2019 11:33 AM, Andreas Kloeckner wrote: Dan Guralnik writes: Thanks! Actually, I

[PyCUDA] Re: Import Error: No module named compyte.dtypes

2019-05-24 Thread Andreas Kloeckner
Dan Guralnik writes: > Thanks! > > Actually, I originally got the wheel from > (https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycuda). > > Then I tried again after reinstalling using "pip install pycuda". > > Finally, I've just now tried building and installing the version posted > at link

[PyCUDA] Re: Import Error: No module named compyte.dtypes

2019-05-24 Thread Dan Guralnik
Thanks! Actually, I originally got the wheel from (https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycuda). Then I tried again after reinstalling using "pip install pycuda". Finally, I've just now tried building and installing the version posted at link you've provided, yielding the same

[PyCUDA] Re: Import Error: No module named compyte.dtypes

2019-05-23 Thread Andreas Kloeckner
Dan Guralnik writes: > Hello, > > When attempting to run pycuda (the latest 2019 version), I encounter the > following error message from python (2.7): > > -- > File "test_cuda.py", line 9, in > import pycuda.tools >File