You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The commit 8136a21 add both an module openai/helpers.py and a package openai/helpers/__init__.py. You cannot have both a module and a package with the same name. If both are present, then Python's import system ignores the module and only imports the package.
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
The commit 8136a21 add both an module
openai/helpers.py
and a packageopenai/helpers/__init__.py
. You cannot have both a module and a package with the same name. If both are present, then Python's import system ignores the module and only imports the package.I recommend to remove
openai/helpers.py
.To Reproduce
Code snippets
OS
any
Python version
any
Library version
1.68
The text was updated successfully, but these errors were encountered: