reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.28k stars 1.09k forks source link

Error al iniciar el reflex #3630

Open AristidesDev opened 2 months ago

AristidesDev commented 2 months ago

Describe the bug al iniciar reflex da in error para descargar el https://bun.sh/install

To Reproduce Steps to reproduce the behavior:

Expected behavior (.env) @debian:~/Developer/Reflex/practice$ reflex init ───────────────────────────────────────────── Initializing practice ────────────────────────────────────────────── Installing https://bun.sh/install failed with exit code 1 /tmp/tmpow7zllmf: line 134: curl: command not found error: Failed to download bun from "https://github.com/oven-sh/bun/releases/download/bun-v1.1.10/bun-linux-x64-baseline.zip" Run with --loglevel debug for the full log.

Screenshots image

Specifics (please complete the following information):

Additional context Add any other context about the problem here.

benedikt-bartscher commented 2 months ago

sudo apt update && sudo apt install curl

serasinfin commented 2 months ago

Hola. Parece que no tienes instalado "curl" en tu debian. No es un error de reflex. sudo apt update && sudo apt install curl