openai / evals

Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.
Other
15.09k stars 2.62k forks source link

Unable to install via `pip install evals` #1563

Closed sahilrajput03 closed 1 month ago

sahilrajput03 commented 1 month ago

Describe the bug

Failing to install: pip install evals (see logs in the attached gist file).

As we can see in the end of below log, we see some error. Please help me debug this, I'm new to python and tried to find the answer but couldn't figure it out after waiting to install this for like 1 hours twice. The error is like pip._vendor.resolvelib.resolvers.ResolutionTooDeep: 200000.

Tools Version:

python --version: Python 3.9.6 pip --version: pip 24.2 from /Users/apple/Library/Python/3.9/lib/python/site-packages/pip (python 3.9)

Please help. Thanks in advance.

(see the cli output here - https://gist.github.com/sahilrajput03/e86baa88d35e5f5c0f63946671edbb77

To Reproduce

pip install evals

Code snippets

No response

OS

15.0.1 (24A348)

Python version

Python 3.9.6

Library version

latest

sahilrajput03 commented 1 month ago

I updated my python to latest version from official python website and that helped me. Thanks.