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

Add wheel/pyproject.toml? #238

Open
iamjameswalters opened this issue Jan 12, 2023 · 3 comments
Open

Add wheel/pyproject.toml? #238

iamjameswalters opened this issue Jan 12, 2023 · 3 comments

Comments

@iamjameswalters
Copy link

Hi there! 👋

When installing Pyperclip with pip 22.3.1 on Python 3.10, I got a deprecation warning:

 DEPRECATION: pyperclip 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

If I'm reading this right, pip would either like to read a pyproject.toml, or otherwise have a wheel to install.

Don't know what your preferred solution would be, but I just thought I'd bring this to your attention. Thanks for the convenient library!

@aaltat
Copy link

aaltat commented Jan 18, 2023

I also see the same error with Python 3.11 and pip 22.3.1

@martinmiglio
Copy link

bump

@hugovk
Copy link
Contributor

hugovk commented Apr 3, 2023

See also #213 and #232.

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

4 participants