Closed Ali1858 closed 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
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 []>
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?
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
setup.py
pip install -e human-eval
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?