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
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
After starting the virtual env using pipenv shell when I try to execute terraform init I get this error:
File "/Users/ujaved/.local/share/virtualenvs/ai_infra-sC-Ynr6r/lib/python3.9/site-packages/terraform.py", line 45, in main
os.execv(TERRAFORM_EXECUTABLE, ["terraform"] + args)
OSError: [Errno 8] Exec format error
Do you know what the issue is and how to fix it?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After starting the virtual env using
pipenv shell
when I try to executeterraform init
I get this error:Do you know what the issue is and how to fix it?
The text was updated successfully, but these errors were encountered: