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
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!
The text was updated successfully, but these errors were encountered:
Hi there! 👋
When installing Pyperclip with pip 22.3.1 on Python 3.10, I got a deprecation warning:
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!
The text was updated successfully, but these errors were encountered: