When trying:
pip install openai-agents
I get the following error:
ERROR: Could not find a version that satisfies the requirement openai-agents-python (from versions: none)
ERROR: No matching distribution found for openai-agents-python
When trying:
pip install git+https://github.com/openai/openai-agents-python.git
I get the error:
Collecting git+https://github.com/openai/openai-agents-python.git
Cloning GitHub - openai/openai-agents-python: A lightweight, powerful framework for multi-agent workflows to /private/var/folders/4k/0wnhvnnd6wbd8_zgrhv0gst80000gp/T/pip-req-build-1iriu35n
Running command git clone --filter=blob:none --quiet GitHub - openai/openai-agents-python: A lightweight, powerful framework for multi-agent workflows /private/var/folders/4k/0wnhvnnd6wbd8_zgrhv0gst80000gp/T/pip-req-build-1iriu35n
Resolved GitHub - openai/openai-agents-python: A lightweight, powerful framework for multi-agent workflows to commit e625cb495e06df94c76d14282c4c4cc8590fad75
Installing build dependencies … done
Getting requirements to build wheel … done
Preparing metadata (pyproject.toml) … done
INFO: pip is looking at multiple versions of openai-agents to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following yanked versions: 0.12.0
ERROR: Could not find a version that satisfies the requirement griffe<2,>=1.5.6 (from openai-agents) (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.7.1, 0.8.0, 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.11.6, 0.11.7, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.13.0, 0.13.1, 0.13.2, 0.14.0, 0.14.1, 0.15.0, 0.15.1, 0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.19.1, 0.19.2, 0.19.3, 0.20.0, 0.21.0, 0.22.0, 0.22.1, 0.22.2, 0.23.0, 0.24.0, 0.24.1, 0.25.0, 0.25.1, 0.25.2, 0.25.3, 0.25.4, 0.25.5, 0.26.0, 0.27.0, 0.27.1, 0.27.2, 0.27.3, 0.27.4, 0.27.5, 0.28.0, 0.28.1, 0.28.2, 0.29.0, 0.29.1, 0.30.0, 0.30.1, 0.31.0, 0.32.0, 0.32.1, 0.32.2, 0.32.3, 0.33.0, 0.34.0, 0.35.0, 0.35.1, 0.35.2, 0.36.0, 0.36.1, 0.36.2, 0.36.3, 0.36.4, 0.36.5, 0.36.6, 0.36.7, 0.36.8, 0.36.9, 0.37.0, 0.38.0, 0.38.1, 0.39.0, 0.39.1, 0.40.0, 0.40.1, 0.41.0, 0.41.1, 0.41.2, 0.41.3, 0.42.0, 0.42.1, 0.42.2, 0.43.0, 0.44.0, 0.45.0, 0.45.1, 0.45.2, 0.45.3, 0.46.0, 0.46.1, 0.47.0, 0.48.0, 0.49.0, 1.0.0, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.3.1, 1.3.2, 1.4.0)
ERROR: No matching distribution found for griffe<2,>=1.5.6
Is anyone able to help out with troubleshooting this?