-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"openai migrate" Error: Failed to download Grit CLI #1838
Labels
bug
Something isn't working
Comments
I could bypass this bug is downloading grit and executing grit CLI , with "apply openai" parameters:
|
Thanks for the tip, it worked! I was having the same problem! |
No news from this issue? |
this did the trick for me |
Same isssue hasn't moved |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: