Closed JanWerder closed 2 years ago
The relevant part of the error above is this:
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. git@github.com: Permission denied (publickey).
It sounds like you need to add your ssh key to Github. Try following these directions:
Good luck!
GitHub DocsTo configure your account on GitHub.com to use your new (or existing) SSH key, you'll also need to add the key to your account.
Ok, thanks for your help. But couldn't the script use the https way instead of the git way to clone the repo?
@JanWerder Because of the way that pip (the Python package manager) is handling installation, no, you can't just clone the repo from Git using the https method. At least, that's my understanding of the setup. I'd be happy to be wrong! 😅
Fixed by #9
The installation fails with the following error: