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

Permission denied (publickey) and error during installation #36

Open
TrinhNC opened this issue Jan 23, 2022 · 1 comment
Open

Permission denied (publickey) and error during installation #36

TrinhNC opened this issue Jan 23, 2022 · 1 comment

Comments

@TrinhNC
Copy link

TrinhNC commented Jan 23, 2022

I got this error when cloned the repo:

[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.

Could you give me the right to clone?

I downloaded the repo as .zip file and try to install using the pip command, but another error showed up:
ERROR: isaacgym-utils[all] is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).

@krishpop
Copy link

krishpop commented Jul 6, 2022

You are attempting to run this command from inside the cloned repo, but you should run pip install -e .[all] if you cd inside isaacgym-utils

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