79271392

Date: 2024-12-11 10:47:10
Score: 2
Natty:
Report link

Is it on some external HDD? try to reinstall python to different drive and location.

Also you can try to check if file is locked by some other process via PowerShell:

if ((Test-Path -Path $FileOrFolderPath) -eq $false) { Write-Warning "File or directory does not exist." } else { $LockingProcess = CMD /C "openfiles /query /fo table | find /I ""$FileOrFolderPath""" Write-Host $LockingProcess }

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it on some
  • Low reputation (0.5):
Posted by: dave22