This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author annelischen
Recipients annelischen, mark.dickinson, ned.deily, ronaldoussoren
Date 2019-09-04.14:12:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <D9A73E80-4A8A-4CE2-8308-43A6733B6B16@gmail.com>
In-reply-to <1567606154.15.0.777218664546.issue38027@roundup.psfhosted.org>
Content
At the end of each error log, there is a message stating different python versions (up to 3.7) and AIX. However, there is no python3.8 + AIX, and there is no corresponding dependency:

ERROR: Command errored out with exit status 2:
   command: /Library/Frameworks/Python.framework/Versions/3.8/bin/python3.8 /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip install --ignore-installed --no-user --prefix /private/tmp/pip-build-env-4mykinsd/overlay --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple <https://pypi.org/simple> -- wheel setuptools 'Cython>=0.29.2' 'numpy==1.13.3; python_version=='"'"'3.5'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.14.5; python_version>='"'"'3.7'"'"' and platform_system!='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.5'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version=='"'"'3.6'"'"' and platform_system=='"'"'AIX'"'"'' 'numpy==1.16.0; python_version>='"'"'3.7'"'"' and platform_system=='"'"'AIX'"'"''
       cwd: None

> On 4 Sep 2019, at 17:09, Mark Dickinson <report@bugs.python.org> wrote:
> 
> pip install git+https://github.com/numpy/numpy.git <git+https://github.com/numpy/numpy.git%60>
History
Date User Action Args
2019-09-04 14:12:06annelischensetrecipients: + annelischen, ronaldoussoren, mark.dickinson, ned.deily
2019-09-04 14:12:06annelischenlinkissue38027 messages
2019-09-04 14:12:06annelischencreate