Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install inside a virtual environment #88

Open
Kenneth-Mata opened this issue Oct 15, 2022 · 1 comment
Open

How to install inside a virtual environment #88

Kenneth-Mata opened this issue Oct 15, 2022 · 1 comment

Comments

@Kenneth-Mata
Copy link

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.
@Kenneth-Mata Kenneth-Mata changed the title How to install inside a virtualenvironment How to install inside a virtual environment Oct 15, 2022
@beew
Copy link

beew commented Feb 18, 2023

Instead of

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

change to

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants