You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 errorno such option: --install-option
So following this discussion:
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.
The text was updated successfully, but these errors were encountered: