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 72f741c commit 3460e34Copy full SHA for 3460e34
make.py
@@ -446,6 +446,8 @@ def _install_required_packages(self):
446
self.install_package('pip-([0-9\.]*[a-z]*[0-9]?).%s(-py%s)?.exe'
447
% (self.py_arch, self.python_version))
448
self.install_package('wheel-([0-9\.]*[a-z]*[0-9]?).tar.gz')
449
+ # six is needed early
450
+ self.install_package('six-([0-9\.]*[a-z]*[0-9]?)-py2.py3-none-any.whl')
451
452
self.install_package(
453
'spyder(lib)?-([0-9\.]*[a-z]*[0-9]?).%s(-py%s)?.exe'
0 commit comments