Exception: Cannot find PyQt5 plugin directories when using Pyinstaller despite PyQt5 not even being used

前端 未结 7 1095
谎友^
谎友^ 2020-12-14 08:59

A month ago I solved my applcation freezing issues for Python 2.7 as you can see here. I have since adapted my code to python 3.5 (using Anaconda) and it appears to be worki

7条回答
  •  无人及你
    2020-12-14 09:39

    Uninstall Anaconda and everything works... I conclude that you simply cannot have Anaconda installed and use the standard Python 3.5 compiler at the same time if you're using Pyinstaller. Maybe this is related.

    This is not the first time that uninstalling Anaconda appears to solve my issues... If I should report this issue somewhere please comment below. I don't know where.

提交回复
热议问题