Hallo Rob,
Richard (Gildea) has figured this out for me -- I was using python 2.7.8
and that's the first part of the problem. I updated to 2.7.13 and the
initial issues to do with ssl are solved.
I am still stuck at the end:
****************************************************************************
Automated CCTBX dependencies build script
report problems to [email protected]
****************************************************************************
Base directory already exists and --skip-if-exists set; exiting.
===== Running in build: run configure.py
Traceback (most recent call last):
File "bootstrap.py", line 2113, in <module>
run()
File "bootstrap.py", line 2108, in run
enable_shared=options.enable_shared,
File "bootstrap.py", line 1036, in run
i.run()
File "bootstrap.py", line 189, in run
raise RuntimeError("Could not run %s: File not found" % executable)
RuntimeError: Could not run base\bin\python: File not found
What is it looking for? Please note: this is *not* a development machine.
Greetings
Horst
On 6 April 2017 at 10:17, R. D. Oeffner
Dear Horst,
I'll look into that. FYI you can also get Windows builds of CCTBX. See email below. You may have to resort using bundles from a few days ago because the two last nightly builds on windows are broken.
Rob
-----Original Message----- From: R. D. Oeffner Sent: Sunday, March 19, 2017 3:49 PM To: Billy Poon ; [email protected] Subject: Re: Windows builds for cctbx
There should now be CCTBX builds for Windows in the most recent folders on http://cci.lbl.gov/cctbx_build . They are just the sources and the build directory zipped into an archive and does not include an installation program like the graphical Phenix installer for Windows. Presumably people wanting to use only CCTBX are sufficiently computer savvy to cope with this.
Rob
-- Robert Oeffner, Ph.D. Research Associate, The Read Group Department of Haematology, Cambridge Institute for Medical Research University of Cambridge Cambridge Biomedical Campus Wellcome Trust/MRC Building Hills Road Cambridge CB2 0XY
www.cimr.cam.ac.uk/investigators/read/index.html tel: +44(0)1223 763234 mobile: +44(0)7712 887162 -----Original Message----- From: Horst Puschmann Sent: Thursday, April 6, 2017 9:59 AM To: [email protected] Subject: [cctbxbb] bootstrap.py on windows
Hello
I am trying to install the cctbx on a Windows 7 64 bit machine using the following bootstrap.py file:
https://raw.githubusercontent.com/cctbx/cctbx_project/master /libtbx/auto_build/bootstrap.py
The script will fail, unless I comment out lines 1101 and 1102:
#if self.isPlatformWindows(): #tarurl, arxname, dirpath = MODULES.get_module(module)().g et_tarauthenticated(auth=self.get_auth())
If it tries to execute the commented lines, the error will be "KeyError: 'cciuser' in line 590"
After commenting this out, it will fail in line 271, with "AttributeError: 'module' object has no attribute '_create_unverified_context'"
I can get round that with disabling line 247:
if sys.platform == "win32":
(i.e. change this to if sys.platform == "xxx":)
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
If I disable *that*, it goes further but fails finally with
===== Running in build: run configure.py Traceback (most recent call last): File "bootstrap.py", line 2113, in <module> run() File "bootstrap.py", line 2108, in run enable_shared=options.enable_shared, File "bootstrap.py", line 1036, in run i.run() File "bootstrap.py", line 189, in run raise RuntimeError("Could not run %s: File not found" % executable) RuntimeError: Could not run base\bin\python: File not found
I guess the automatic tests haven't picked this up, because no authentication is needed, maybe?
Greetings Horst
Virus-free. www.avg.com
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb