reflex-dev / reflex

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

Compiling problem #4374

Open tjzzhang opened 1 week ago

tjzzhang commented 1 week ago

Describe the bug The compilation progress has long stalled at 15%

Screenshots image

Specifics (please complete the following information):

Additional context ────────────────────── System Info ───────────────────────────────── Debug: Config file: 'D:\CodeWorkplace\PythonWorkplace\GameSystem\gui\Lib\site-packages\reflex\config.py' Debug: Config: app_name='NutritionSystem' loglevel=<LogLevel.DEFAULT: 'default'> frontend_port=3000 frontend_path=''
backend_port=8000 api_url='http://localhost:8000' deploy_url='http://localhost:3000' backend_host='0.0.0.0' db_url='sqlite:///reflex.db' redis_url=None telemetry_enabled=True bun_path=WindowsPath('C:/Users/tjzzh/AppData/Local/reflex/bun/bin/bun.exe') cors_allowed_origins=['*'] tailwind={'plugins': ['@tailwindcss/typography']} timeout=120 next_compression=True react_strict_mode=True frontend_packages=[] cp_backend_url='https://rxcp-prod-control-plane.fly.dev' cp_web_url='https://control-plane.reflex.run' gunicorn_worker_class='uvicorn.workers.UvicornH11Worker' gunicorn_workers=None state_manager_mode=<StateManagerMode.DISK:
'disk'> redis_lock_expiration=10000 redis_token_expiration=3600 Debug: Running command: ['C:\Program Files\nodejs\node.EXE', '-v'] Debug: Running command: [WindowsPath('C:/Users/tjzzh/AppData/Local/reflex/fnm/fnm.exe'), '--version'] Debug: Running command: ['C:\Users\tjzzh\AppData\Local\reflex\bun\bin\bun.exe', '-v'] Debug: [Reflex 0.6.3.post1 with Python 3.11.9 (PATH: D:\CodeWorkplace\PythonWorkplace\GameSystem\gui\Scripts\python.exe)] Debug: [Node 20.10.0 (Expected: 20.18.0) (PATH:C:\Program Files\nodejs\node.EXE)] Debug: [FNM None (Expected: 1.35.1) (PATH: C:\Users\tjzzh\AppData\Local\reflex\fnm\fnm.exe)] Debug: [Bun 1.1.29 (Expected: 1.1.29) (PATH: C:\Users\tjzzh\AppData\Local\reflex\bun\bin\bun.exe)] Debug: [OS Windows 10.0.22631] Debug: Using package installer at: C:\Users\tjzzh\AppData\Local\reflex\bun\bin\bun.exe Debug: Using package executer at: C:\Program Files\nodejs\npm.cmd Warning: Windows Subsystem for Linux (WSL) is recommended for improving initial install times.

linear[bot] commented 1 week ago

ENG-4101 Compiling problem