This repository was archived by the owner on Feb 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
PermissionError: [WinError 5] Access is denied: ... #1
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Does this work on windows 10?
After successfully run 'reflex init', and run rf-init I got this error message.
(venv) PS F:\Project\temperature> rf-init
Setting up Reflexify directory...
Source directory created successfully.
Configuring rxconfig.py file...
Traceback (most recent call last):
File "F:\python_3.10.2\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "F:\python_3.10.2\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "F:\Project\temperature\venv\Scripts\rf-init.exe\__main__.py", line 7, in <module>
File "F:\Project\temperature\venv\lib\site-packages\click\core.py", line 1157, in __call__
File "F:\Project\temperature\venv\lib\site-packages\click\core.py", line 1078, in main
File "F:\Project\temperature\venv\lib\site-packages\click\core.py", line 1434, in invoke
File "F:\Project\temperature\venv\lib\site-packages\click\core.py", line 783, in invoke
File "F:\Project\temperature\venv\lib\site-packages\reflexify_scripts\create.py", line 108, in create
File "F:\Project\temperature\venv\lib\site-packages\reflexify_scripts\create.py", line 83, in change_rx_config_details
File "F:\python_3.10.2\lib\shutil.py", line 749, in rmtree
return _rmtree_unsafe(path, onerror)
File "F:\python_3.10.2\lib\shutil.py", line 614, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "F:\python_3.10.2\lib\shutil.py", line 614, in _rmtree_unsafe
_rmtree_unsafe(fullname, onerror)
File "F:\python_3.10.2\lib\shutil.py", line 619, in _rmtree_unsafe
onerror(os.unlink, fullname, sys.exc_info())
File "F:\python_3.10.2\lib\shutil.py", line 617, in _rmtree_unsafe
os.unlink(fullname)
PermissionError: [WinError 5] Access is denied: 'F:\\Project\\temperature\\venv\\Scripts\\python.exe'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working