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

latest pip deprecates install-option #91

Open
xvdp opened this issue Jun 5, 2023 · 2 comments
Open

latest pip deprecates install-option #91

xvdp opened this issue Jun 5, 2023 · 2 comments

Comments

@xvdp
Copy link

xvdp commented Jun 5, 2023

On current pip, --install-option has been deprecated, causing failure
pypa/pip#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
Copy link

acmlau commented Jun 14, 2023

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

@yxdydgithub
Copy link

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

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

3 participants