Skip to content

Latest version fails to install on Python 3.7 #1784

Closed
@codeofdusk

Description

@codeofdusk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions