[PyOpenCL] Offline installation
Gonzo Kaczykowski
gonzoh at wp.pl
Thu Nov 3 09:04:32 PDT 2011
Dnia 3-11-2011 o godz. 10:44 Gonzo Kaczykowski napisał(a):
> Dnia 2-11-2011 o godz. 15:54 Andreas Kloeckner napisał(a):
> > On Wed, 02 Nov 2011 13:14:50 +0100, "Gonzo Kaczykowski" <gonzoh at wp.pl>
> > wrote:
> > > I can't deal with offline installation of pyopencl. I've installed
> > > python, setuptools, numpy and compiled boost but setup.py install is
> > > not working when computer is not connected to the internet.
> >
> > Can you post your error message?
> >
> > Andreas
>
> Ommiting the fact that resolving dependencies is really nightmare, now I
> have
> ImportError: No module named pyopencl
> when trying run examples. A little bit strange, beacause module is in
> python27\Lib\site-packages.
> I have Windows 7 64bit. I don't want to complain to much, but windows
> installation guide on wiki is really bad:> Some installation guide for
> offline machines with proper requirements described would be great:)
> Thanks for reply
>
> Regards!
>
Ok. It's working now. I ran e.g. "python demo.py" instead only "demo.py". Funny:) So, summing it up. To install offline I had to (wrote in random order):
- install python
- compile boost
- install numpy python module
- install setuptools python module
- install pytools python module
- install py python module
- install pytest python module
- install distribute python module
- install decorator python module
and then follow installation guide on wiki.
Thanks. Bye!
More information about the PyOpenCL
mailing list