Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --no-user in pip install commands #1257

Merged
merged 4 commits into from
Dec 7, 2023
Merged

Commits on Dec 7, 2023

  1. 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
    ibc committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ed9ae24 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    ibc committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    244a917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11502ff View commit details
    Browse the repository at this point in the history
  4. Update npm deps

    ibc committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2690536 View commit details
    Browse the repository at this point in the history