Skip to content
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

PEP517 deprecation warning on current pip/python versions #268

Open
vinceskahan opened this issue Dec 22, 2023 · 0 comments
Open

PEP517 deprecation warning on current pip/python versions #268

vinceskahan opened this issue Dec 22, 2023 · 0 comments

Comments

@vinceskahan
Copy link

pyephem seems to be triggering the (coming) deprecation warning for PEP517 (this example - debian12)

Is this one a known issue in the queue to work hopefully ?

(weewx-venv) vagrant@deb12:~$ pip install pyephem
Collecting pyephem
  Downloading pyephem-9.99.tar.gz (1.4 kB)
  Preparing metadata (setup.py) ... done
Collecting ephem
  Using cached ephem-4.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB)
Installing collected packages: ephem, pyephem
  DEPRECATION: pyephem 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 pyephem ... done
Successfully installed ephem-4.1.5 pyephem-9.99

(weewx-venv) vagrant@deb12:~$ pip --version
pip 23.0.1 from /home/vagrant/weewx-venv/lib/python3.11/site-packages/pip (python 3.11)

(weewx-venv) vagrant@deb12:~$ python --version
Python 3.11.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant