question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created a year ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
czuecommented, Dec 13, 2022
1reaction
czuecommented, Oct 28, 2022

Fixed in 0.1.3.

$ pip install --no-cache-dir --no-deps celery-progress==0.1.2 
Collecting celery-progress==0.1.2
  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
$ pip install --no-cache-dir --no-deps celery-progress==0.1.3
Collecting celery-progress==0.1.3
  Downloading celery-progress-0.1.3.tar.gz (14 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: celery-progress
  Building wheel for celery-progress (pyproject.toml) ... done
  Created wheel for celery-progress: filename=celery_progress-0.1.3-py3-none-any.whl size=16078 sha256=b44b7f3d95d667ef55d58423640ff3c9c7515fa36b0b652008d8d9fe609f9577
  Stored in directory: /tmp/pip-ephem-wheel-cache-ulm1brn1/wheels/e8/fd/9f/0aeac20ac14ca099890b7a37c87018eb01dffe810145c2b12d
Successfully built celery-progress
Installing collected packages: celery-progress
Successfully installed celery-progress-0.1.3
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found