PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\username\\AppData\\Local\\Temp\\tmp3v6qi352'
raghadalhelal opened this issue · 1 comments
I tried to execute sigvalidator.py without success.
This is my code:
if __name__ == '__main__':
sigv = sigvalidator.SigValidator()
Here is the error message that I got
Exception ignored in: <function SigValidator.del at 0x03637100>
Traceback (most recent call last):
File "C:\Users\ragehead\Yeager\venv\lib\site-packages\sigvalidator.py", line 62, in del
File "C:\Users\ragehead\Yeager\venv\lib\site-packages\sigvalidator.py", line 96, in clean_workin_dir
File "C:\Users\ragehead\Yeager\venv\lib\site-packages\sigvalidator.py", line 101, in delete_file
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\Users\username\AppData\Local\Temp\tmp3v6qi352'
Thank you for your support
Hi Raghad,
I completely forgot about this issue, my apologies. I can't recreate the problem. Can you give more details?
Maybe there is some AV analyzing the temporary file created by our tool and therefore it cannot be deleted?