Open pipinstallyp opened 1 month ago
You probably have not yet setup SSH key with your Github.
https://docs.github.com/en/authentication/connecting-to-github-with-ssh
fwiw @pipinstallyp https://github.com/openai/swarm/pull/38 addresses this in the readme
Tried installing the package using pip install git+ssh://git@github.com/openai/swarm.git, but seems like with ssh it's not working. Though pip install git+https://github.com/openai/swarm.git worked.