You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the line from pip._internal.cli.main import main as pip_main which gets called like sig = pip_main(['install', path]).
The logic for not installing it as a child thread was to avoid the risk of being unable to.
The text was updated successfully, but these errors were encountered:
The following warning happens:
This is due to the line
from pip._internal.cli.main import main as pip_main
which gets called likesig = pip_main(['install', path])
.The logic for not installing it as a child thread was to avoid the risk of being unable to.
The text was updated successfully, but these errors were encountered: