We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4eb697 commit 787063eCopy full SHA for 787063e
make.py
@@ -445,11 +445,6 @@ def _install_required_packages(self):
445
"""Installing required packages"""
446
print("Installing required packages")
447
448
- #Pyqt5 (doesn't currently install in build this way, reason unclear)
449
- #self.install_package(
450
- # 'PyQt5-([0-9\.\-]*)-gpl-Py%s-Qt([0-9\.\-]*)%s.exe'
451
- # % (self.python_version, self.pyqt_arch))
452
-
453
# Install 'critical' packages first
454
for happy_few in['setuptools', 'pip', 'pywin32']:
455
self.install_package(
0 commit comments