<p dir="ltr">Note also FYI that there are now some carefully tested, official manylinux builds of numpy and scipy posted on pypi. If you want to make your own wheels instead then there's no reason why you shouldn't, it's all free software :-). But if you just want to get some wheels that work then downloading those might save you some time.</p>
<p dir="ltr">(The tricky part is BLAS.)</p>
<p dir="ltr">-n</p>
<p dir="ltr">On Apr 21, 2016 6:32 AM, "Matthias Hafner" <<a href="mailto:hafner87@gmail.com">hafner87@gmail.com</a>> wrote:<br>
><br>
> Hi guys,<br>
><br>
><br>
> I’m first of all very happy about this project/PEP. Many thanks to you for making this happen.<br>
><br>
><br>
> This is what I’ve tried so far in the manylinux1_i686 container:<br>
><br>
><br>
> bash-3.2# python/cp27-cp27mu/bin/pip wheel scipy<br>
><br>
> Collecting scipy<br>
><br>
>   Downloading scipy-0.17.0.tar.gz (12.4MB)<br>
><br>
>     100% |████████████████████████████████| 12.4MB 102kB/s<br>
><br>
> Collecting numpy>=1.6.2 (from scipy)<br>
><br>
>   Downloading numpy-1.11.0.tar.gz (4.2MB)<br>
><br>
>     100% |████████████████████████████████| 4.2MB 196kB/s<br>
><br>
> Building wheels for collected packages: scipy, numpy<br>
><br>
>   Running setup.py bdist_wheel for scipy ... error<br>
><br>
>   Complete output from command /opt/_internal/cpython-2.7.11-ucs4/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-EW8Dw4/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp6hYt6Xpip-wheel-:<br>
><br>
>   Traceback (most recent call last):<br>
><br>
>     File "<string>", line 1, in <module><br>
><br>
>     File "/tmp/pip-build-EW8Dw4/scipy/setup.py", line 265, in <module><br>
><br>
>       setup_package()<br>
><br>
>     File "/tmp/pip-build-EW8Dw4/scipy/setup.py", line 253, in setup_package<br>
><br>
>       from numpy.distutils.core import setup<br>
><br>
>   ImportError: No module named numpy.distutils.core<br>
><br>
><br>
>   ----------------------------------------<br>
><br>
>   Failed building wheel for scipy<br>
><br>
>   Running setup.py clean for scipy<br>
><br>
>   Running setup.py bdist_wheel for numpy ... done<br>
><br>
>   Stored in directory: /opt<br>
><br>
> Successfully built numpy<br>
><br>
> Failed to build scipy<br>
><br>
> ERROR: Failed to build one or more wheels<br>
><br>
> bash-3.2# python/cp27-cp27mu/bin/pip install<br>
><br>
> _internal/                                 numpy-1.11.0-cp27-cp27mu-linux_x86_64.whl  python/                                    rh/<br>
><br>
> bash-3.2# python/cp27-cp27mu/bin/pip install numpy-1.11.0-cp27-cp27mu-linux_x86_64.whl<br>
><br>
> numpy-1.11.0-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.<br>
><br>
><br>
><br>
> Thanks for any help!<br>
><br>
> Matthias<br>
><br>
><br>
> _______________________________________________<br>
> Wheel-builders mailing list<br>
> <a href="mailto:Wheel-builders@python.org">Wheel-builders@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/wheel-builders">https://mail.python.org/mailman/listinfo/wheel-builders</a><br>
><br>
</p>