Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pip install openai==0.27.1 unable to install #294

Closed
@crbellis

Description

@crbellis

Describe the bug

Unable to install openai using pip for latest version. Works fine with pip3 install openai==0.27.0

To Reproduce

pip3 install openai
Output:
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting openai
Using cached openai-0.27.1.tar.gz (57 kB)
Installing build dependencies ... done
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.
Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Requirement already satisfied: python-dotenv in /usr/local/lib/python3.9/dist-packages (1.0.0)

pip3 install openai==0.27.0
Succesful

Code snippets

No response

OS

Linux

Python version

python 3.9.16

Library version

openai-python v0.27.1

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