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
When running the openai migrate command, it attempts to download the Grit CLI from https://github.com/getgrit/gritql/releases/latest/download/marzano-x86_64-unknown-linux-gnu.tar.gz, but the link appears to be broken or outdated and it response Error: Failed to download Grit CLI from https://github.com/getgrit/gritql/releases/latest/download/marzano-x86_64-unknown-linux-gnu.tar.gz
To Reproduce
Install the latest version of openai via pip: pip install openai --upgrade
Observe the command attempting to download the file marzano-x86_64-unknown-linux-gnu.tar.gz.
I think that the current Grit releases on GitHub seem to have changed the prefix from marzano- to grit- in the file names, which is likely causing the download to fail.
Code snippets
No response
OS
Ubuntu 20.04 LTS
Python version
Python v3.11.4
Library version
openai 1.53.0
The text was updated successfully, but these errors were encountered:
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
When running the
openai migrate
command, it attempts to download the Grit CLI fromhttps://github.com/getgrit/gritql/releases/latest/download/marzano-x86_64-unknown-linux-gnu.tar.gz
, but the link appears to be broken or outdated and it responseError: Failed to download Grit CLI from https://github.com/getgrit/gritql/releases/latest/download/marzano-x86_64-unknown-linux-gnu.tar.gz
To Reproduce
I think that the current Grit releases on GitHub seem to have changed the prefix from marzano- to grit- in the file names, which is likely causing the download to fail.
Code snippets
No response
OS
Ubuntu 20.04 LTS
Python version
Python v3.11.4
Library version
openai 1.53.0
The text was updated successfully, but these errors were encountered: