I am trying to run a file on python but the following error message is getting rendered:
Error reading or writing history file
‘C:UsersibrahAppDataRoamingMicrosoftWindowsPowerShellPSReadLineConsoleHost_history.txt’:
Access to the path
‘C:UsersibrahAppDataRoamingMicrosoftWindowsPowerShellPSReadLineConsoleHost_history.txt’
is denied.
The line I am entering is the following:
py “C:UsersibrahAppDataLocalProgramsPythonPython312Waterfall Chart 2.py”
Does anyone has any idea about the issue that could be causing this error message to be displayed?
Greetings!