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
The only solution is to update your Python, or continue using the version of spaCy that's been working for you.
This is a totally reasonable answer, but if thats the case, perhaps it would be best to remove the advertised support for 3.8 in those classifiers (and any other relevant locations)
Thanks so much for the great project!
Your Environment
Operating System: U20
Python Version Used: py3.8
spaCy Version Used: 3.8
Environment Information:
The text was updated successfully, but these errors were encountered:
How to reproduce the behaviour
Hi!
in the most recent release, the
setup_requires
numpy version was updated to a version which is not published for py3.8https://github.com/explosion/spaCy/blob/master/setup.cfg#L39
1.24 is the last version available for py3.8 https://endoflife.date/numpy#python-support
The current
setup.cfg
does list 3.8 as still supported https://github.com/explosion/spaCy/blob/master/setup.cfg#L21If that is true, perhaps the <py3.9 tag here should be downgraded (leaving >3.9 updated)
p.s. i see #13624 which looks related
This is a totally reasonable answer, but if thats the case, perhaps it would be best to remove the advertised support for 3.8 in those classifiers (and any other relevant locations)
Thanks so much for the great project!
Your Environment
The text was updated successfully, but these errors were encountered: