Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

numpy already supports Python 3 #118

Closed
chhantyal opened this issue Feb 20, 2016 · 1 comment
Closed

numpy already supports Python 3 #118

chhantyal opened this issue Feb 20, 2016 · 1 comment

Comments

@chhantyal
Copy link
Contributor

Numpy already supports Python3. And this CLI was working fine. Recently, something has changed and it gives following output.

$ caniusepython3 --projects numpy
Finding and checking dependencies ...
[WARNING] Stale overrides: set([u'reportlab'])

You need 1 project to transition to Python 3.
Of that 1 project, 1 has no direct dependencies blocking its transition:

  numpy

Not sure if it is the case with packages that specify version number in PyPi like https://pypi.python.org/pypi/numpy/ gives 404 so we have to use https://pypi.python.org/pypi/numpy/1.8.1

This issue was fist reported here chhantyal/py3readiness#24

@brettcannon
Copy link
Owner

I filed a bug against PyPI since the error is on there end. To temporarily work around it, I have added numpy to the overrides file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants