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

The ssh install command won't work #36

Open
pipinstallyp opened this issue Oct 12, 2024 · 2 comments
Open

The ssh install command won't work #36

pipinstallyp opened this issue Oct 12, 2024 · 2 comments

Comments

@pipinstallyp
Copy link

Tried installing the package using pip install git+ssh://[email protected]/openai/swarm.git, but seems like with ssh it's not working. Though pip install git+https://github.com/openai/swarm.git worked.

Collecting git+ssh://****@github.com/openai/swarm.git
  Cloning ssh://****@github.com/openai/swarm.git to c:\users\peepsies\appdata\local\temp\pip-req-build-fdnqapav
  Running command git clone --filter=blob:none --quiet 'ssh://****@github.com/openai/swarm.git' 'C:\Users\PEEPSIES\AppData\Local\Temp\pip-req-build-fdnqapav'
  [email protected]: Permission denied (publickey).
  fatal: Could not read from remote repository.

  Please make sure you have the correct access rights
  and the repository exists.
  error: subprocess-exited-with-error

  × git clone --filter=blob:none --quiet 'ssh://****@github.com/openai/swarm.git' 'C:\Users\PEEPSIES\AppData\Local\Temp\pip-req-build-fdnqapav' 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 'ssh://****@github.com/openai/swarm.git' '/tmp/pip-req-build-fo6sk5yw' did not run successfully.
│ exit code: 128
╰─> See above for output.

@iam-abbas
Copy link

You probably have not yet setup SSH key with your Github.

https://docs.github.com/en/authentication/connecting-to-github-with-ssh

@zzstoatzz
Copy link
Contributor

fwiw @pipinstallyp #38 addresses this in the readme

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