PyQT5 and Pyinstaller

30 views
Skip to first unread message

Николай Немов

unread,
Dec 30, 2020, 4:50:30 AM12/30/20
to PyInstaller

Hi everyone! How can i fix this error? In fact, my project contains PYQT5 library (pyinstaller have worked fine until i started use PYQT5). On GitHub and StarkOverFlow i haven't found solution, that would help me...

Nurul Carvalho

unread,
Jan 1, 2021, 9:15:10 AM1/1/21
to pyins...@googlegroups.com
hello my friend be sure you're not using pyside2 instead or have it installed..
because pyinstaller doesn't support pyside2 libraries yet..
so if you have installed pyside2 on your machine you can exclude it on your spec file..
    to do it you need to add pyside2 inside brackets of excludes such:

excludes=['PySide2']

or just uninstall and delete pyqt5's files and all his dependencies from your machine and install it again.. 


Николай Немов <nicolay...@gmail.com> escreveu no dia quarta, 30/12/2020 à(s) 08:50:

Hi everyone! How can i fix this error? In fact, my project contains PYQT5 library (pyinstaller have worked fine until i started use PYQT5). On GitHub and StarkOverFlow i haven't found solution, that would help me...

--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyinstaller...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/5c444f6e-c302-4aac-9883-54317a0fe0b0n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages