Hi Andreas,

Thanks for merging the updated setup.py.

I have put my conda recipes on binstar at https://conda.binstar.org/timrudge. I 
also uploaded the updated pip package to binstar 
(https://pypi.binstar.org/timrudge/simple). I noticed that you already have a 
pip package on binstar.

I can temporarily point my packages distribution at my binstar channel to get 
pyopencl. Will you update the packages you have on binstar and PyPI?

thanks,
Tim 

> On 10 Feb 2015, at 02:20, Andreas Kloeckner <[email protected]> wrote:
> 
> Tim Rudge <[email protected]> writes:
> 
>> Wait - I think I overstated the problem. Seems that adding numpy to 
>> setup_requires and install_requires is enough.
>> 
>> I downloaded the source tarball (pyopencl-2014.1.tar.gz) from PyPI. Then 
>> running:
>> 
>> pip install -e pyopencl-2014.1
>> 
>> gives me the "ImportError: No module named numpy” from aksetup_helper.py. 
>> This is the same as running “pip install pyopencl”, downloading the source 
>> from PyPI.
>> 
>> I then modified setup.py to include numpy in setup_requires and
>> install_requires (the version in PyPI has neither), and everything
>> seems to work fine.
> 
> That sounds great.
> 
>> Note that this was all tested using miniconda clean installs each time.
>> 
>> Do you require any minimum version of numpy? 
> 
> Not really. Anything more recent than 1.6 should do.
> 
> Andreas


_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to