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
I like to keep my default python install fairly clean, so when i need to use pip i tend to install in a virtualenvironment, i have include-system-site-packages set to true
(test) [ @kenneth 19:15:04 ] ~: pip install git+git://github.com/thann/play-with-mpv --user
Collecting git+git://github.com/thann/play-with-mpv
Cloning git://github.com/thann/play-with-mpv to /tmp/pip-req-build-3a6jeyy1
Running command git clone --filter=blob:none --quiet git://github.com/thann/play-with-mpv /tmp/pip-req-build-3a6jeyy1
fatal: unable to connect to github.com:
github.com[0: 20.201.28.151]: errno=Connection timed out
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet git://github.com/thann/play-with-mpv /tmp/pip-req-build-3a6jeyy1 did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet git://github.com/thann/play-with-mpv /tmp/pip-req-build-3a6jeyy1 did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
The text was updated successfully, but these errors were encountered:
Kenneth-Mata
changed the title
How to install inside a virtualenvironment
How to install inside a virtual environment
Oct 15, 2022
I like to keep my default python install fairly clean, so when i need to use pip i tend to install in a virtualenvironment, i have include-system-site-packages set to true
The text was updated successfully, but these errors were encountered: