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..


Николай Немов <[email protected]> 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 [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pyinstaller/5c444f6e-c302-4aac-9883-54317a0fe0b0n%40googlegroups.com
> <https://groups.google.com/d/msgid/pyinstaller/5c444f6e-c302-4aac-9883-54317a0fe0b0n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/CADcH5ncL8eOBweqyreXAuY8%2B75RoR5gXHtzSK5ye-CMZb3GBqw%40mail.gmail.com.

Reply via email to