I have an issue when i compile a PyQt code with pyinstaller.
I use this line to compile:
c:\\Anaconda3\\Scripts\\pyinstaller.exe -y -F --distpath=\".
The error is fixed since Version 4.0
pip install "pyinstaller>=4.0.0"