gpt-engineer icon indicating copy to clipboard operation
gpt-engineer copied to clipboard

Unable to execute any commands

Open zenchantlive opened this issue 2 years ago • 0 comments

Hey team, I am unable to get GPTE to do any code execution when it stops to ask me fro input. This repeatedly happens: " and finally, we will need to create a .env file to store our environment variables:

.env

MONGODB_URI=mongodb://localhost:27017

To install dependencies:

npm install

To run the codebase:

node server.js

Do you want to execute this code?

npm install

node server.js

If yes, press enter. Otherwise, type "no"

Executing the code...

Processing fstab with mount -a failed.

<3>WSL (8) ERROR: CreateProcessEntryCommon:370: getpwuid(0) failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:374: getpwuid(0) failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:577: execvpe /bin/bash failed 2 <3>WSL (8) ERROR: CreateProcessEntryCommon:586: Create process not expected to return (venv) PS C:\Users\Zenchant\Documents\gpt-engineer> "

zenchantlive avatar Jun 21 '23 02:06 zenchantlive