<div dir="ltr">Hello<div><br></div><div>I am trying to install the cctbx on a Windows 7 64 bit machine using the following bootstrap.py file:</div><div><br></div><div><a href="https://raw.githubusercontent.com/cctbx/cctbx_project/master/libtbx/auto_build/bootstrap.py" rel="noreferrer" target="_blank" style="font-size:12.8px">https://raw.githubusercontent.<wbr>com/cctbx/cctbx_project/<wbr>master/libtbx/auto_build/<wbr>bootstrap.py</a><br></div><div><br></div><div>The script will fail, unless I comment out lines 1101 and 1102:</div><div><br></div><div><div>    #if self.isPlatformWindows():</div><div>      #tarurl, arxname, dirpath = MODULES.get_module(module)().get_tarauthenticated(auth=self.get_auth())</div></div><div><br></div><div>If it tries to execute the commented lines, the error will be &quot;KeyError: &#39;cciuser&#39; in line 590&quot;</div><div><br></div><div>After commenting this out, it will fail in line 271, with &quot;AttributeError: &#39;module&#39; object has no attribute &#39;_create_unverified_context&#39;&quot;</div><div><br></div><div>I can get round that with disabling line 247:</div><div><br></div><div><div>      if sys.platform == &quot;win32&quot;:</div></div><div><br></div><div>(i.e. change this to       if sys.platform == &quot;xxx&quot;:)</div><div><br></div><div><br></div><div>After that, things start downloading. All appears well until the same thing happens again in another bootstrap.py file in \modules\cctbx_project\libtbx\auto_build\bootstrap.py</div><div><br></div><div>If I disable *that*, it goes further, but fails finally with</div><div><br></div><div><div>===== Running in build: run configure.py</div><div>Traceback (most recent call last):</div><div>  File &quot;bootstrap.py&quot;, line 2113, in &lt;module&gt;</div><div>    run()</div><div>  File &quot;bootstrap.py&quot;, line 2108, in run</div><div>    enable_shared=options.enable_shared,</div><div>  File &quot;bootstrap.py&quot;, line 1036, in run</div><div>    i.run()</div><div>  File &quot;bootstrap.py&quot;, line 189, in run</div><div>    raise RuntimeError(&quot;Could not run %s: File not found&quot; % executable)</div><div>RuntimeError: Could not run base\bin\python: File not found</div></div><div><br></div><div><br></div><div>I guess the automatic tests haven&#39;t picked this up, because no authentication is needed, maybe?</div><div><br></div><div>Greetings</div><div>Horst</div><div><br></div></div>