MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
642 stars 148 forks source link

latest pip deprecates install-option #91

Open xvdp opened 1 year ago

xvdp commented 1 year ago

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 (;

acmlau commented 1 year ago

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

yxdydgithub commented 6 months ago

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