Thann / play-with-mpv

Chrome extension that allows you to play videos in webpages like youtube with MPV instead
https://chrome.google.com/webstore/detail/play-with-mpv/hahklcmnfgffdlchjigehabfbiigleji
The Unlicense
348 stars 80 forks source link

How to install inside a virtual environment #88

Open Kenneth-Mata opened 1 year ago

Kenneth-Mata commented 1 year ago

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.
beew commented 1 year ago

Instead of

git+git://https://github.com/Thann/play-with-mpv.git

change to

git+https://github.com/Thann/play-with-mpv.git