We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No such file or directory
Please confirm the following:
Full steps to reproduce the issue:
brew install gyb
gyb --action create-project --email [email protected]
[Errno 2] No such file or directory: '/opt/homebrew/etc/gyb/client_secrets.json'
ERROR: [Errno 2] No such file or directory: '/usr/local/etc/gyb/oauth2service.json'
Expected outcome (what are you trying to do?):
No errors
Actual outcome (what errors or bad behavior do you see instead?):
Fixes:
Ensure the directory exists on the correct architecture (probably easier to do in the python script)
mkdir -p /usr/local/etc/gyb
mkdir -p /opt/homebrew/etc/gyb
Once those folders exist, the scripts run without any issues
The text was updated successfully, but these errors were encountered:
Same issue...
Sorry, something went wrong.
No branches or pull requests
Please confirm the following:
Full steps to reproduce the issue:
brew install gyb
gyb --action create-project --email [email protected]
[Errno 2] No such file or directory: '/opt/homebrew/etc/gyb/client_secrets.json'
ERROR: [Errno 2] No such file or directory: '/usr/local/etc/gyb/oauth2service.json'
Expected outcome (what are you trying to do?):
No errors
Actual outcome (what errors or bad behavior do you see instead?):
[Errno 2] No such file or directory: '/opt/homebrew/etc/gyb/client_secrets.json'
ERROR: [Errno 2] No such file or directory: '/usr/local/etc/gyb/oauth2service.json'
Fixes:
Ensure the directory exists on the correct architecture (probably easier to do in the python script)
mkdir -p /usr/local/etc/gyb
mkdir -p /opt/homebrew/etc/gyb
Once those folders exist, the scripts run without any issues
The text was updated successfully, but these errors were encountered: