Work with Anaconda 5.3.0 and Python 3.7.
I have made an application and I want to create an executable with Pyinstaller, the case is that I miss the following error:
Exception:
Cannot find existing PyQt5 plugin directories
Paths checked: C:/Miniconda3/conda-bld/qt_1535195524645/_h_env/Library/plugins
I find it very strange because that path does not exist on my PC and I do not use the PyQt5 library in my application.
Does anyone know how I can fix it please? Thanks.