r-xue/ads2bibdesk

--install-option was deprecated in pip v22.3 and has been removed completely in v23.1.

Opened this issue · 0 comments

When I tried to run pip install --user -U --no-deps --force-reinstall --install-option="--service" ads2bibdesk under Mac OS 14 with pip 23.1.2, I got an error no such option: --install-option

So following this discussion:

--install-option was deprecated in pip v22.3 and has been removed completely in v23.1.

I ran python -m pip install pip==22.2.1 and I was able to build the service.

Hopefully this is helpful and looking forward to an update addressing this issue.