ENHANCE-PET/FALCON

set permission error on windows

phimoh opened this issue · 2 comments

Hi :),
when I try to run it on the Windows desktop of my institution where i don't have admin rights,
i get
ERROR [file_utilities.py:65] Could not set permissions for C:\Users\mohrp\AppData\Local\anaconda3\envs\bin\falcon-windows-x86_64\greedy.exe on Windows

is it really necessary to set subprocess.check_call(["icacls", file_path, "/grant", "Everyone:(F)"]) ?

kind regards,
Philipp

Hi @phimoh,

In my experience, it should work just fine without it. In your site-packages directory for falcon, try exchanging that line for a simple pass and try it again!
Let me know if that works.

thanks, it worked! :)