On Sun, Apr 17, 2016 at 9:48 AM, Jens Nielsen <jenshniel...@gmail.com> wrote: > I have tested the new cp27m wheels and they seem to work great. > > @Matthew I am using the: > > ``` > sudo: required > dist: trusty > > images mentioned here https://docs.travis-ci.com/user/ci-environment/. As > far as I can see you are doing: > sudo: false > dist: trusty > > I had no idea such an image exist since it's not documented on > https://docs.travis-ci.com/user/ci-environment/ > > Anyway your tests runs with python 2.7.9 where as the sudo: requires ships > python 2.7.10 so it's clearly a different python version: > > @Olivier Grisel this only applies to Travis's own home build versions of > python 2.7 on the Trusty running on google compute engine. > It ships it's own prebuild python version. I don't have any issues with the > stock versions on Ubuntu which pip tells me are indeed cp27mu. > > It seems like the new cp27m wheels works as expected. Thanks a lot > Doing: > > ``` > python -c "from pip import pep425tags; > print(pep425tags.is_manylinux1_compatible()); > print(pep425tags.have_compatible_glibc(2, 5)); > print(pep425tags.get_abi_tag())" > pip install --timeout=60 --no-index --trusted-host > "ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com" > --find-links > "http://ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com/" > numpy scipy --upgrade > ``` > results in: > > ``` > True > True > cp27m > Ignoring indexes: https://pypi.python.org/simple > Collecting numpy > Downloading > http://ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com/numpy-1.11.0-cp27-cp27m-manylinux1_x86_64.whl > (15.3MB) > 100% |████████████████████████████████| 15.3MB 49.0MB/s > Collecting scipy > Downloading > http://ccdd0ebb5a931e58c7c5-aae005c4999d7244ac63632f8b80e089.r77.cf2.rackcdn.com/scipy-0.17.0-cp27-cp27m-manylinux1_x86_64.whl > (39.5MB) > 100% |████████████████████████████████| 39.5MB 21.1MB/s > Installing collected packages: numpy, scipy > Found existing installation: numpy 1.10.1 > Uninstalling numpy-1.10.1: > Successfully uninstalled numpy-1.10.1 > Successfully installed numpy-1.11.0 scipy-0.17.0 > ``` > And all my tests pass as expected.
Thanks for testing. I set up a buildbot test to run against a narrow unicode build of Python: http://nipy.bic.berkeley.edu/builders/manylinux-2.7-debian-narrow/builds/1 All tests pass for me too, so I've done the pypi upload for the narrow unicode numpy, scipy, cython wheels. Cheers, Matthew _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion