You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: