scour-project / scour

Scour - An SVG Optimizer / Cleaner
Apache License 2.0
757 stars 61 forks source link

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 1 year ago

JoKalliauer commented 1 year ago

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 commented 1 year ago

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

JoKalliauer commented 1 year ago

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