-
Notifications
You must be signed in to change notification settings - Fork 4
pip --prefix error #28
Copy link
Copy link
Open
Description
Updating my system i found date-time-adapter was unable to start again after, looks like with pip20.3.3 "--install-option="--prefix=" is not accepted anymore, found this error on logs:
date-time-adapter: ERROR: Location-changing options found in --install-option: ['--prefix'] from command line. This is unsupported, use pip-level options like --user, --prefix, --root, and --target instead.
INFO : date-time-adapter: Command '/usr/bin/python3 -m pip install --install-option="--prefix=" -t lib -r requirements.txt' returned non-zero exit status 1.
I guess it can safely be replaced with the alternative
--prefix flag removing "--install-option"?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels