You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
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
Numpy already supports Python3. And this CLI was working fine. Recently, something has changed and it gives following output.
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
The text was updated successfully, but these errors were encountered: