reflex-dev / reflex

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

Issue with reflex.dev documentation #2773

Open Metreburns666 opened 6 months ago

Metreburns666 commented 6 months ago

Path: /docs/getting-started/installation

Reflex will hot reload any code changes in real time when running in development mode. Your code edits will show up on http://localhost:3000 automatically.

Hello,

Many people, including myself, are experiencing issues with the "Hot Reload" feature as it doesn't seem to be working properly. To see the changes, we have to stop the server and restart it. Most of the people facing this issue, myself included, are using Python version "3.12.0". I'm not sure if this is related or not, but basically it's not functioning. If you have a solution, could you please address it? Thank you very much s2.

P.S.: My operating system is Windows.

ElijahAhianyo commented 6 months ago

Hi @Metreburns666 There's a uvicorn upstream issue with python 3.12, would advice to use python 3.11 and that should fix it

Metreburns666 commented 6 months ago

Thanks a lot. I try whit python 3.11.8 v and run perfect !!!

El lun, 4 de mar. de 2024 10:49, Elijah Ahianyo @.***> escribió:

Hi @Metreburns666 https://github.com/Metreburns666 There's a uvicorn upstream issue with python 3.12, would advice to use python 3.11 and that should fix it

— Reply to this email directly, view it on GitHub https://github.com/reflex-dev/reflex/issues/2773#issuecomment-1976622594, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXCYEJELXDE53DFHMUGC2N3YWR3WDAVCNFSM6AAAAABEFD3YOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZWGYZDENJZGQ . You are receiving this because you were mentioned.Message ID: @.***>

martincarapia commented 5 months ago

Seems like the problem is solved. Should the documents include use python 3.11 ?