On Sat, Dec 7, 2013 at 8:01 PM, Chris Barker <[email protected]> wrote:
> On Sat, Dec 7, 2013 at 4:09 AM, Ralf Gommers <[email protected]>wrote: > > Wow -- took a little while, but presto! A pile of wheels, ready to go: >> >>> >>> $ ls wheelhouse/ >>> Jinja2-2.7.1-py27-none-any.whl >>> pyzmq-14.0.1-cp27-none-macosx_10_6_intel.whl >>> MarkupSafe-0.18-cp27-none-macosx_10_6_intel.whl >>> readline-6.2.4.1-cp27-none-macosx_10_6_intel.whl >>> Pygments-1.6-py27-none-any.whl >>> tornado-3.1.1-py27-none-any.whl >>> ipython-1.1.0-py27-none-any.whl >>> >>> >>> Now, do they work? They do on my machine. Is there somewhere I could put >>> them up so folks could test? >>> >> >> You can't upload that whole stack anywhere pip finds it automatically. >> > > yeah, that's where I'm still a little confused about pip and a > "wheelhouse" -- other than PyPi, is there a way to put a pile of wheels > somewhere and point pip to them -- i.e. simple http or ftp server or > something? Or are folks going to need to download the whole pile first, > then point pip at a local dir? > I'm under the impression that $ pip install --use-wheel --no-index --find-links=/local_download_dir ipython and $ pip install --use-wheel --no-index --find-links=hosting_url ipython should both work. But I've been running into multiple issues so far - from having to upgrade pip itself and having to manually remove setuptools to having no wheel-2.7 command (when "wheel" is the 2.6 version). I've uploaded numpy and scipy wheels plus your set at http://sourceforge.net/projects/numpy/files/wheels_to_test/. I'll start a new thread with a request for testing. Ralf
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
