-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --no-user in pip install commands
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. - Related report in mediasoup forum: https://mediasoup.discourse.group/t/cant-install-mediasoup-on-window/5713 - Similar issues fixed with `--no-user`: https://stackoverflow.com/questions/63783587/pip-install-cannot-combine-user-and-target
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters