Windows CI failing with: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release
See original GitHub issueThe windows build py37_conda_forge_mkl
gets setuptools 59.1.0 that makes our CHECK_WARNINGS: 'true'
setting fail.
Other CI jobs configured with CHECK_WARNINGS: 'true'
will start to fail as soon as the upgrade from setuptools 58 to 59.
Log of an example failing job:
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Release Notes | Google Cloud CLI Documentation
The following commands have been added to the alpha and beta release tracks: ... (Cloud Datastore) Deprecated gcloud datastore database create .
Read more >Release Notes — Airflow Documentation
NONE_FAILED_OR_SKIPPED will be removed in next major release. Dummy trigger rule has been deprecated¶. TriggerRule.DUMMY is replaced by TriggerRule.ALWAYS .
Read more >[Solved]What application is responsible for/who to report ...
py:127: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( 11:57:07 ...
Read more >8.0 Release Notes Red Hat Enterprise Linux 8
The Release Notes provide high-level coverage of the improvements and additions that have been implemented in Red Hat Enterprise Linux 8.0 and document ......
Read more >Release Notes — pip 10.0.0.dev0 documentation
DEPRECATION pip install --egg have been deprecated and will be removed in the future. This “feature” has a long list of drawbacks which...
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
Looks like the issue was fixed in https://github.com/pypa/setuptools/pull/2889 and
setuptools==v59.1.1
was tagged with the fix.Let’s see if #21676 works as expected.