openai-python
openai-python copied to clipboard
Latest version fails to install on Python 3.7
Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
Describe the bug
Due to dependency conflicts, the latest versions of the library fail to install on Python 3.7.
To Reproduce
- Using Python 3.7, attempt to install the
openaipackage:
$ py -3.7-32 -m pip install openai
This fails due to jiter and typing_extensions.
Please either drop support for 3.7 officially (3.8 works) or loosen the dependency constraints.
Code snippets
No response
OS
Windows 11 26100.1882
Python version
3.7.9
Library version
1.51.x
It appears that the last working version is 1.39.0.
Thanks for the report, I'm investigating.
Closed in #1845.