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

DEPRECATION: scour 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 #309

Open
JoKalliauer opened this issue Mar 9, 2023 · 2 comments

Comments

@JoKalliauer
Copy link

I tried pip3 install --upgrade https://github.com/codedread/scour/archive/master.zip

and received

Defaulting to user installation because normal site-packages is not writeable
Collecting https://github.com/codedread/scour/archive/master.zip
  Using cached https://github.com/codedread/scour/archive/master.zip
  Preparing metadata (setup.py) ... done
Requirement already satisfied: six>=1.9.0 in /usr/lib/python3.11/site-packages (from scour==0.38.2) (1.16.0)
Installing collected packages: scour
  DEPRECATION: scour 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 scour ... done
Successfully installed scour-0.38.2

not sure if that might get a future issue on my side or for scour, or maybe no issue at all.

image

@futuremotiondev
Copy link

Getting the same thing during my first install. Hoping nothing is broken! 🤔

@JoKalliauer
Copy link
Author

I think it is just a unimportant message. I think if you update to pip 23.1:
python3 -m pip install --upgrade pip it should not get this message any more

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

2 participants