Fixed lxml issue with windows build script

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2021-11-25 15:06:08 +01:00
parent 3448e9e2c5
commit f147bde731
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -50,7 +50,11 @@ pip_install() {
pip_install --upgrade pip
# Install required dependencies:
pip_install pyinstaller
# Version 4.4 does not cause the issue with lxml (potential fallback)
pip_install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
#pip_install pyinstaller==4.4
pip_install lxml
pip_install PyQt5