PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'world.csv' code example
Example: PermissionError: [WinError 32] The process cannot access the file because it is being used by another process:
import shutil
# U must delete config folder every run
shutil.rmtree('config') # Delete config folder