-
Notifications
You must be signed in to change notification settings - Fork 234
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
Error: Not Found when running circleci local execute #888
Comments
Same issue. |
I got it working by installing an older version of circleci. This one that worked for me: v0.1.24435 You would have to use an alternative installation method from official docs: Or just run this command: |
This worked for me to set the version without having to modify the script
|
@jrnail23 - can I ask you to download the latest and try this out? |
I'm going to close this as I believe it's been resolved in the latest version of the CLI - if the problem persists then please let me know! |
Meta:
CircleCI CLI Version:
0.1.25007+8abc86a (homebrew)
Operating System:
Mac M1 macOS Monterey 12.6
CircleCI CLI Diagnostic:
Current behavior:
I'm trying to run a job locally, per this tutorial (code repo), but when I run
circleci local execute build
, I get the following:No other error info or output at all.
Expected behavior:
I expected it to execute the job as indicated in the tutorial
When did this begin / Was this previously working?:
N/A (never tried before)
Additional Information:
This is also happening when trying to run a job on one of my actual work projects. I resorted to the tutorial to confirm that I could run jobs locally at all, which of course failed.
CROSS POSTED at CircleCI-Public/circleci-demo-go#20
The text was updated successfully, but these errors were encountered: