Legacy install method will be deprecated soon
See original GitHub issue$ pip --version
pip 22.3
$ pip install celery-progress
Collecting celery-progress
Downloading celery-progress-0.1.2.tar.gz (14 kB)
Preparing metadata (setup.py) ... done
Installing collected packages: celery-progress
DEPRECATION: celery-progress is being installed using the legacy ‘setup.py install’ method, because it does not have a ‘pyproject.toml’ and the ‘wheel’ package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the ‘–use-pep517’ option. Discussion can be found at https://github.com/pypa/pip/issues/8559
Running setup.py install for celery-progress ... done
Successfully installed celery-progress-0.1.2
EDIT: Quoted the deprecation warning
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Important changes (deprecations) coming in Power Apps and ...
Microsoft Dataverse (legacy) connector (CDS 2.0 connector) for Power Automate flows will be deprecated and replaced with another connector.
Read more >Raise a warning when pip falls back to the "legacy" direct ...
Another reason to deprecate the setup.py install code path is that some features (namely direct_url.json and REQUESTED ) will only work when ...
Read more >What does this deprecation warning mean, and how to fix it?
DEPRECATION : A future pip version will change local packages to be built in-place without first copying to a temporary directory. We recommend ......
Read more >Deprecations | Android Enterprise - Google Developers
The feature or method will continue to be available throughout the deprecation period (typically 12 months). However, once the deprecation ...
Read more >Legacy dashboard deprecation - starting with Looker 22.20 ...
In Looker 22.20, we have removed two legacy flags, Use old dashboard routes and Revert to Legacy Dashboards, which were introduced in Looker ......
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
eep, thanks https://github.com/czue/celery-progress/releases/tag/0.1.3
Fixed in 0.1.3.