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
Storing intermediate outputs in /Users/brapaport/udon/fastapi_client/tmp.BUD4aF2bG; it will be removed if generation is successful
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
But it appears to hang forever.
The text was updated successfully, but these errors were encountered:
M1 Mac, you might need to edit scripts/util/openapi-generate.sh to account for ARM running X86 docker image. I know this issue from something else, dont have M1 to test myself.
@br-allstreet I encountered the same error and found that changing the image tage to latest in scripts/util/openapi-generate.sh fixes it. I think Docker should pick the correct platform image automatically if available, so my guess is that some problem in openapi-generator-cli was fixed in between versions.
After running the command on macos
I get the output
But it appears to hang forever.
The text was updated successfully, but these errors were encountered: