openai / human-eval

Code for the paper "Evaluating Large Language Models Trained on Code"
MIT License
2.31k stars 330 forks source link

Entry point error while Installing the package. #12

Closed Ali1858 closed 2 years ago

Ali1858 commented 2 years ago

Hi,

I am having trouble installing the package.

Installation Command: pip install git+http://github.com/openai/human-eval#egg=human-eval

Error: For req: human-eval. Invalid script entry point: <ExportEntry evaluate_functional_correctness = human_eval.evaluate_functional_correctness:None []>

Possible Solution: Manually edit the setup.py file and change the entry point to the main function instead of None.

Is it possible to include this change in the new version?

wadkar commented 8 months ago

is this fixed? I don't see setup.py being modified and bumped into this same error while doing a pip install -e human-eval on macOS within a virtual environment