pasterwings.blogg.se

Install pyqt5 version install
Install pyqt5 version install













Hopefully this helps others out with the QTWebengine and other missing dylib issues when packaging on mac with fbs. I did not have to do much to fix the app besides copy some of my app resources from resources folder to the Macos folder after freezing. I had previously tried the python 3.6.5 and it hadn’t worked either.

#INSTALL PYQT5 VERSION INSTALL INSTALL#

Since PyQt - DESIGNER did not show up in my Windows Start Menu (like in a normal download from a web with an exe file), I am guessing I need to install DESIGNER separately. Everything worked fine (it said it was successful).

install pyqt5 version install

pip3 install PyQt5 To install development tools such as Qt Designer to support PyQt5 wheels, following is the command. The recommended way to install is using PIP utility. Wheels for 32-bit or 64-bit architecture are provided that are compatible with Python version 3.5 or later. MacOS 64-bit installer: python-3.6.8-macosx10.6.pkg I installed Python 3.6 I also installed PyQt5 using Windows command window and pip3. The latest stable version is PyQt5-5.13.2. Also tried pyinstaller=3.6 and it did not work either.

install pyqt5 version install

This apparently has all the fixes which aren’t in the pinned requirements for pyinstaller=3.4 which FBS wants. Return to CentOS 7 - Software Support Jump to. Assuming you have an older version of PyQt5 installed, you can install a newer version with something like pip install PyQt55.15.4. Seem than Pyqt5 if only compatible with python3 or higher. Pip install pyinstaller=4.0 pyinstaller-hooks-contrib=2020.9 yum install python-pip python3 -m pip install -upgrade pip python3 -m pip install pyqt5. Then i did a force install of the newer pyinstaller=4.0 So tested a new minimal project with fbs python 3.8 and pyinstaller 4.0 and worked in linux so went to try it in Macos it was a big NOPE.jpg.Ĭouldn’t get pyinstaller 4.0 to work with python 3.8 in macosx cause of some weird setuptools oddities which was a long waste of time.Įnded up uninstalling homebrew pyqt and then grabbing the official installer from : Python Releases for macOS | ĭownload macOS 64-bit installer: python-3.6.8-macosx10.6.pkg

install pyqt5 version install

So after months off and on of struggling with this nonsense was going to just fork fbs and make it work with python 3.8 and latest pyinstaller.













Install pyqt5 version install