error running jarvis.bat
every time i try to start jarvis i get the following error:
An unexpected error occurred. Please open an issue on github! here is the error:
Traceback (most recent call last):
File "C:\Windows\system32\jarviscli_main_.py", line 17, in
The error you're seeing, PermissionError: [Errno 13] Permission denied: 'jarvis.bat', typically happens when the program you're trying to run doesn't have sufficient permissions to write to the specified location. The script is trying to create or modify the file jarvis.bat in C:\Windows\system32, which requires administrator privileges for modification.
You can resolve this problem by either running the script with administrator permissions, or change the file path from system32 to somewhere where its doesn't require administrator permissions