We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to dependency conflicts, the latest versions of the library fail to install on Python 3.7.
openai
$ py -3.7-32 -m pip install openai
This fails due to jiter and typing_extensions.
jiter
typing_extensions
Please either drop support for 3.7 officially (3.8 works) or loosen the dependency constraints.
No response
Windows 11 26100.1882
3.7.9
1.51.x
The text was updated successfully, but these errors were encountered:
It appears that the last working version is 1.39.0.
Sorry, something went wrong.
Thanks for the report, I'm investigating.
Closed in #1845.
No branches or pull requests
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
Due to dependency conflicts, the latest versions of the library fail to install on Python 3.7.
To Reproduce
openai
package:This fails due to
jiter
andtyping_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
The text was updated successfully, but these errors were encountered: