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

deprecated installers #133

Open
dotysan opened this issue Jan 20, 2023 · 4 comments
Open

deprecated installers #133

dotysan opened this issue Jan 20, 2023 · 4 comments
Assignees

Comments

@dotysan
Copy link
Contributor

dotysan commented Jan 20, 2023

python setup.py develop

EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
@subzero10
Copy link
Member

Thank you for reporting this @dotysan. We'll get that fixed soon.

@dotysan
Copy link
Contributor Author

dotysan commented Jun 1, 2023

Testing pip install --editable . in lieu of python setup.py develop:

Obtaining file:///home/curtis/src/honeybadger-python
  Preparing metadata (setup.py) ... done
Collecting psutil (from honeybadger==0.15.2)
  Downloading psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (282 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 282.1/282.1 kB 14.2 MB/s eta 0:00:00
Collecting six (from honeybadger==0.15.2)
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, psutil, honeybadger
  Running setup.py develop for honeybadger
Successfully installed honeybadger-0.15.2 psutil-5.9.5 six-1.16.0

Note pip installs psutil as a wheel whereas with easy_install it was an egg. But it appears to work.

@dotysan
Copy link
Contributor Author

dotysan commented Jun 6, 2023

This will be fixes in upcoming PR I'm polishing that deletes setup.py entirely!

@dotysan
Copy link
Contributor Author

dotysan commented Jun 8, 2023

Will be fixed if #153 or a variant is merged.

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

No branches or pull requests

3 participants