Skip to content

Latest version fails to install on Python 3.7 #1784

New issue

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

Closed
1 task done
codeofdusk opened this issue Oct 9, 2024 · 3 comments
Closed
1 task done

Latest version fails to install on Python 3.7 #1784

codeofdusk opened this issue Oct 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@codeofdusk
Copy link

Confirm this is an issue with the Python library and not an underlying OpenAI API

  • 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

  1. Using Python 3.7, attempt to install the openai package:
$ 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

@codeofdusk codeofdusk added the bug Something isn't working label Oct 9, 2024
@codeofdusk
Copy link
Author

It appears that the last working version is 1.39.0.

@RobertCraigie
Copy link
Collaborator

Thanks for the report, I'm investigating.

@codeofdusk
Copy link
Author

Closed in #1845.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants