contrib: comment out the 64-bit py38 dependency installation on Windows stable
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 09 Aug 2021 19:36:26 -0400
branchstable
changeset 47813 7a0d7c34e0ab
parent 47812 7f220c6f3c81
child 47814 3b04e4746020
contrib: comment out the 64-bit py38 dependency installation on Windows Not sure what is going on here, but it appears to not install py3.8 x64 in the usual `C:\hgdev` directory. The x32 installer works fine. I'm assuming this is a bug in this version of the installer, but didn't look into it too much. Differential Revision: https://phab.mercurial-scm.org/D11274
contrib/install-windows-dependencies.ps1
--- a/contrib/install-windows-dependencies.ps1	Mon Aug 09 19:32:44 2021 -0400
+++ b/contrib/install-windows-dependencies.ps1	Mon Aug 09 19:36:26 2021 -0400
@@ -147,7 +147,7 @@
     Install-Python3 "Python 3.7 32-bit" ${prefix}\assets\python37-x86.exe ${prefix}\python37-x86 ${pip}
     Install-Python3 "Python 3.7 64-bit" ${prefix}\assets\python37-x64.exe ${prefix}\python37-x64 ${pip}
     Install-Python3 "Python 3.8 32-bit" ${prefix}\assets\python38-x86.exe ${prefix}\python38-x86 ${pip}
-    Install-Python3 "Python 3.8 64-bit" ${prefix}\assets\python38-x64.exe ${prefix}\python38-x64 ${pip}
+#    Install-Python3 "Python 3.8 64-bit" ${prefix}\assets\python38-x64.exe ${prefix}\python38-x64 ${pip}
     Install-Python3 "Python 3.9 32-bit" ${prefix}\assets\python39-x86.exe ${prefix}\python39-x86 ${pip}
     Install-Python3 "Python 3.9 64-bit" ${prefix}\assets\python39-x64.exe ${prefix}\python39-x64 ${pip}