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.
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