Daniil

Results 3 comments of Daniil

> can you show the logs for when you run `reflex init --loglevel debug`? ``` E:\myfiles\proj\eduRoll\Base>reflex init --loglevel debug Traceback (most recent call last): File "", line 198, in _run_module_as_main...

> mm, can you show the version of pydantic youre running? (`pip freeze | findstr "pydantic"` with command prompt or `pip freeze | Select-String "pydantic"` with powershell), I suspect you...

with pydantic 1.10 I got same error, and with pydantic 1.8 got this: ``` C:\Users\speed\OneDrive\Desktop\projects\eduRoll>reflex init Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line...