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

Getting error when trying to install in Kaggle #46

Open
rohan-paul opened this issue Apr 17, 2022 · 3 comments
Open

Getting error when trying to install in Kaggle #46

rohan-paul opened this issue Apr 17, 2022 · 3 comments

Comments

@rohan-paul
Copy link

After running !pip install git+git://github.com/waspinator/[email protected]

getting errror

Collecting git+git://github.com/waspinator/[email protected]
  Cloning git://github.com/waspinator/pycococreator.git (to revision 0.2.0) to /tmp/pip-req-build-m589ikd6
  Running command git clone --filter=blob:none --quiet git://github.com/waspinator/pycococreator.git /tmp/pip-req-build-m589ikd6
  fatal: remote error:
    The unauthenticated git protocol on port 9418 is no longer supported.
  Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
  error: subprocess-exited-with-error
  
  × git clone --filter=blob:none --quiet git://github.com/waspinator/pycococreator.git /tmp/pip-req-build-m589ikd6 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/waspinator/pycococreator.git /tmp/pip-req-build-m589ikd6 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.
@EthanHNguyen
Copy link

pip install git+https://github.com/waspinator/pycococreator.git

@EthanHNguyen
Copy link

According to https://github.blog/2021-09-01-improving-git-protocol-security-github/ (in the message), "If you’re having trouble cloning a repository, make sure the URL starts with ssh://, https://, or [email protected]."

@datasith
Copy link

thank @EthanHNguyen. confirming https change worked for me.

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

3 participants