mesh icon indicating copy to clipboard operation
mesh copied to clipboard

latest pip deprecates install-option

Open xvdp opened this issue 1 year ago • 2 comments

On current pip, --install-option has been deprecated, causing failure https://github.com/pypa/pip/pull/11858

It looks like pip is waging a deprecation war against setup tools so to maintain this repo looks like the install needs rewriting

Ubuntu 22.04 pip --version 23.1.2 fails pip --version 22.3.1 is OK - I just downgraded pip to get this running.. but that's not a long term solution (;

xvdp avatar Jun 05 '23 23:06 xvdp

I noticed the same :( using your solution works for now yes!

acmlau avatar Jun 14 '23 10:06 acmlau

replace --install-option with --config-settings

yxdydgithub avatar Dec 13 '23 09:12 yxdydgithub