Brave-new-w0rld
Brave-new-w0rld
Yes, I run my PyCharm IDE as admin. The issue temporarily resolved by running `attrib –s –r “Folderpath”` in cmd. However after re-running Reflex it generates WinError 5 again.
> same issue > windows 11, my fix, work fine: reflex\utils\path_ops.py > > ```python > import stat > > def remove_readonly(func, path, _): > os.chmod(path, stat.S_IWRITE) > func(path) > >...
Update with Reflex v. 0.6.8: no changes in behavior / logs, the bug still exists
Update with Reflex v. 0.7.0: seems fixed now
Same here. Windows 11. Sometimes it works, but then after 2 or 3 hot reloads it hangs and I have to kill my terminal and run reflex once again