I\'m working in Windows, using PyInstaller to package a python file. But some error is occuring:
PyInstaller
Traceback (most recent call last): File \"<
In my case, I had to delete all folders and files related to pyinstaller in my directory, i.e. __pycache__, build, dist, and *.spec. I re-ran the build and the exe worked.
pyinstaller
__pycache__
build
dist
*.spec