versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.27k stars 1.13k forks source link

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

Closed ibc closed 11 months ago

ibc commented 11 months ago

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.