I'm getting the following error message when running Pyinstaller:
(I'm using the latest Anaconda distribution with Python 3.8.5)
AttributeError: Module 'PyQt5' has no attribute '__version__'
I'm actually not using PyQt5 in this application. Any idea what's going on?
Thanks,
Kevin