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

Does not install requirements under pipx #139

Open
untitaker opened this issue Mar 7, 2025 · 0 comments
Open

Does not install requirements under pipx #139

untitaker opened this issue Mar 7, 2025 · 0 comments

Comments

@untitaker
Copy link

pipx install qcsuper does not install requirements, as setup.py contains all its dependencies in requires= instead of install_requires=

according to the setuptools reference, requires is deprecated in favor of install_requires: https://setuptools.pypa.io/en/latest/references/keywords.html

and I think it's been that way for quite a while

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