e2b-dev / E2B

Secure open source cloud runtime for AI apps & AI agents
https://e2b.dev/docs
Apache License 2.0
6.82k stars 436 forks source link

'QUART_APP' n'est pas reconnu en tant que commande interne #10

Closed mgrr closed 1 year ago

mgrr commented 1 year ago

C:\docker\e2b>yarn dev yarn run v1.22.4 $ npx concurrently -p none "next dev" "yarn start:api" "yarn start:playground" $ cd api-service && QUART_APP=app:app PYTHONUNBUFFERED=1 poetry run quart --debug run --reload --port 49155 $ cd api-service/playground && yarn dev 'QUART_APP' n'est pas reconnu en tant que commande interne ou externe, un programme ex�cutable ou un fichier de commandes. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. yarn start:api exited with code 1 $ nodemon -q 'export' n'est pas reconnu en tant que commande interne ou externe, un programme ex�cutable ou un fichier de commandes. ready - started server on 0.0.0.0:3000, url: http://localhost:3000 info - Loaded env from C:\docker\e2b.env Process on port 49160 killed warn - You have enabled experimental feature (swcPlugins) in next.config.js. warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

event - compiled client and server successfully in 4.8s (1187 modules)

mlejva commented 1 year ago

Hi @mgrr, unless you change your question to English, describe your problem, and properly parse the message, we won't be able to help you.

jzanecook commented 1 year ago

C:\docker\e2b>

The issue is that you're running this in Windows CMD/Powershell. You need to be using WSL or a Linux Virtual Machine.

mlejva commented 1 year ago

Hey @mgrr, I'm closing this issue since there's no activity. Let us know if you have any problem or need help