Skip to content

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...

Created by: JoKalliauer

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