-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do test instructions still work? #2788
Comments
@mpenkov apparently Gensim in That means we cannot work off |
Worse: does 3.8.2 have the same problem too? I don't see any py2.7 wheels on PyPI: |
I tracked the problem down to commit e859c11 (part of PR #2630, merged 6 months ago). It claims to remove native Python implementations of Cython extensions, but also silently drops support for Python2 (!). @mpenkov I'm not sure how to proceed, so I'll pause work on 3.8.3. Silently dropping Python2 support in a minor bugfix release is terrible, we cannot do that. 3.8.2 seems thoroughly broken, let's retract that release / supercede it ASAP. |
Created #2811 to deal with the Py2 issue. |
@piskvorky We've successfully patched our develop HEAD to work on Py2 (#2812), so please proceed as previously discussed. |
Great, will do. Thanks @mpenkov @menshikh-iv |
@mpenkov I don't see that in |
Because the changes for Py2.7 are essentially only 3.8.3, we won't be merging them into develop (there is no point, because we'd be removing them as soon as we ditch Py2.7). Please work off |
btw about original topic: |
In our README, we tell users to run
python setup.py test
.One user reported on our mailing list that this doesn't actually work.
We should fix the docs or the tests – whichever is at fault here.
The text was updated successfully, but these errors were encountered: