openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

can not work with jupyterlab-desktop

Open wwj718 opened this issue 2 years ago • 0 comments

Describe the bug

When I use openai package with jupyterlab-desktop, the following error occurred:

image

environment:

  • MacOS 13.2.1(M1)
  • openai == 0.27.0
  • jupyterlab-desktop == 3.6.1-2
    • python3.8

To Reproduce

  1. open jupyterlab-desktop
  2. install openai: !pip install openai
  3. import openai

Code snippets

import openai

OS

MacOS 13.2.1(M1)

Python version

python3.8

Library version

openai == 0.27.0

wwj718 avatar Mar 02 '23 02:03 wwj718