In Windows, pip complains if --target is given and --no-user is not given (so I assume that --user is set by default). Theory is that both options are contradictory since --user tells pip to install the packages in a default location in the user's home while --target tells pip the exact location of the installation.
In Windows,
pip
complains if--target
is given and--no-user
is not given (so I assume that--user
is set by default). Theory is that both options are contradictory since--user
tells pip to install the packages in a default location in the user's home while--target
tells pip the exact location of the installation.--no-user
: https://stackoverflow.com/questions/63783587/pip-install-cannot-combine-user-and-target