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

`pip install git+git://github.com/thann/play-with-mpv --user` not working for me on Windows #95

Closed eggbean closed 1 year ago

eggbean commented 1 year ago
>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 c:\users\jason\appdata\local\temp\pip-req-build-b_j2tj23
  Running command git clone --filter=blob:none --quiet git://github.com/thann/play-with-mpv 'C:\Users\jason\AppData\Local\Temp\pip-req-build-b_j2tj23'
  fatal: unable to connect to github.com:
  github.com[0: 140.82.121.4]: errno=Unknown error

  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet git://github.com/thann/play-with-mpv 'C:\Users\jason\AppData\Local\Temp\pip-req-build-b_j2tj23' 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 'C:\Users\jason\AppData\Local\Temp\pip-req-build-b_j2tj23' 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 have python3, pip3 and wheel installed, but I get the errors above. Anyone know what I can do?

eggbean commented 1 year ago

I replaced git with https, I don't have repository access, and it worked. Maybe the README.md should use https instead?