Skip to content

pip --prefix error #28

@typh289

Description

@typh289

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"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions