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

Problems with installation instructions #4

Open
jonpincus opened this issue Jul 22, 2021 · 3 comments
Open

Problems with installation instructions #4

jonpincus opened this issue Jul 22, 2021 · 3 comments

Comments

@jonpincus
Copy link

After setting up my environment with conda, I ran into problems with

$ git checkout https://github.com/openai/human-eval
$ pip install -e human-eval

First, git checkout should be a git clone.

Then, when I run the pip command, I get

ERROR: human-eval 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).

@heewooj
Copy link
Collaborator

heewooj commented Jul 23, 2021

Thanks for catching git checkout. It's fixed now.

Hm.. I haven't seen that before. What python/pip version are you using? Could you try again with python 3.7 and the latest pip? I'm using

$ pip --version
pypip 21.1.3 ...

@abtExp
Copy link

abtExp commented Oct 27, 2021

@jonpincus , you can simply run pip install -e . from the human-eval directory after cloning.

@mtisz
Copy link

mtisz commented Dec 16, 2023

I keep getting this error:

ModuleNotFoundError: No module named 'human_eval.data'; 'human_eval' is not a package

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

4 participants