Warnings About Python 3.8 Not Yet Merged
See original GitHub issueHello,
There was an issue a while back about installing SpaCy on Python 3.8. @ines added warnings in a commit on November 5, 2019 in two places:
- The repo’s README.md between “#install-spacy” and “#pip”
- The index.md of the website right above “#Quickstart”
Looks like it was committed, but only merged to the explosion:develop
branch on November 13, 2019.
Just yesterday I had the same problem as #4593 on both Conda and pip. I know even small changes to a website can have unintended consequences but I think there would be a lot of benefit to merging this particular fix.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Fix deprecation warning that appear in Python 3.8+ · Issue #203
9. The presence of deprecation warnings does not mean that the library doesn't support the current python version. It just indicates that the...
Read more >Issue 38321: Compiler warnings when building Python 3.8
On my Windows, some non-ASCII characters cause this warning: ... Ok, most warnings have been fixed in 3.8 and master. I close the...
Read more >Python 3.8.0 always get either linting warning ... - Stack Overflow
If I do from pets import Dog from main.py, I get a linter warning on the latest versions of pylint, flake8, and bandit....
Read more >Python 3.9: Cool New Features for You to Try
Accessing and calculating with time zones; Merging and updating ... They have not been added to the abstract base classes Mapping or ...
Read more >1706223 – python-jenkins-job-builder FTBFS with Python 3.8
The f32-python side tag has been merged. In order to rebuild the package, do it in regular rawhide, but please wait until python3-3.8...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay, now there should be python 3.8 on
conda-forge
, too, so we don’t need to add the warning back. If you are still have trouble installing, please open a new issue with details about the error messages and your environment.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.