new cctbx-plus installers
Hi all-- We now have improved installers for CCTBX with all optional third-party dependencies, including numpy, wxPython, and matplotlib; these are basically just a simplified Phenix installer (minus anything that isn't open-source, obviously). For anyone doing visualization these are probably preferable to the default packages. More useful for doing active development is that since these include the pre-build Python, if you are working directly with the CCTBX sources you can bootstrap from these packages. Yesterday's build is here: http://cci.lbl.gov/cctbx_build/plus_bundles/2014_09_08_0005/ and in general the latest version can be obtained here: http://cci.lbl.gov/cctbx_build/plus_bundles/current although today's build isn't finished yet. The next build will also incorporate IPython. I still need to fix the download page so these are listed alongside the old bundles. Once this is done we'll probably declare an official "release". -Nat
Hi Nat Thanks for all of your efforts on this – just tried it here and it appeared to work just fine, even with the fonts (which on Linux appears to be a monumental pain!) Very much appreciated! Best wishes Graeme From: Nathaniel Echols [mailto:[email protected]] Sent: 09 September 2014 19:47 To: cctbx mailing list Subject: [cctbxbb] new cctbx-plus installers Hi all-- We now have improved installers for CCTBX with all optional third-party dependencies, including numpy, wxPython, and matplotlib; these are basically just a simplified Phenix installer (minus anything that isn't open-source, obviously). For anyone doing visualization these are probably preferable to the default packages. More useful for doing active development is that since these include the pre-build Python, if you are working directly with the CCTBX sources you can bootstrap from these packages. Yesterday's build is here: http://cci.lbl.gov/cctbx_build/plus_bundles/2014_09_08_0005/ and in general the latest version can be obtained here: http://cci.lbl.gov/cctbx_build/plus_bundles/current although today's build isn't finished yet. The next build will also incorporate IPython. I still need to fix the download page so these are listed alongside the old bundles. Once this is done we'll probably declare an official "release". -Nat
Hi fellows,
One detail with the new installer that I will like to share:
I am giving it a try in a RHEL6 working station without root permission, so I modified the "/cctbx-installer-2014_09_21_2205/lib/libtbx/auto_build/install_distribution.py" file and changed one line:
destination = "/usr/local"
with the new path:
destination = "/scratch/cctbx-new"
The installation went pretty well until it got stuck trying MatplotLib, I don't think it got stuck because of the little hack I did, but still worth commenting and chowing the full console output.
Anybody can have a look?
Thanks,
Luiso.
./install --makedirs
==========================================================================
CCTBX Installation
version: 2014_09_21_2205
machine type: intel-linux-2.6-x86_64
OS version: 2.6.32-431.20.5.el6.x86_64
user shell: /bin/bash
destination: /scratch/cctbx-new
# of processors: 4
=========================================================================
No binary bundles found for intel-linux-2.6-x86_64
Okay, this must be the source-only installer.
CCTBX installation target directory
On Tue, Sep 23, 2014 at 3:13 AM,
I am giving it a try in a RHEL6 working station without root permission, so I modified the "/cctbx-installer-2014_09_21_2205/lib/libtbx/auto_build/install_distribution.py" file and changed one line:
destination = "/usr/local"
with the new path:
destination = "/scratch/cctbx-new"
This is not the intended mechanism - use "--prefix=/scratch/cctbx-new" instead. (I think "./install --help" will show the full list of options.)
The installation went pretty well until it got stuck trying MatplotLib, I don't think it got stuck because of the little hack I did, but still worth commenting and chowing the full console output.
I think this is unrelated, but the underlying error is being swallowed. Can you please send me this log file? /scratch/cctbx-installer-2014_09_21_2205/install_tmp/intel-linux-2.6-x86_64/ws201/Matplotlib_install_log thanks, Nat
Hi Nat,
"./install --help" does shows the list of options, I should have used in the first place and save some time ... duh.
I am attaching the log file.
Thanks again,
Luiso.
________________________________
From: Nathaniel Echols [[email protected]]
Sent: 23 September 2014 11:24
To: cctbx mailing list
Subject: Re: [cctbxbb] new cctbx-plus installers
On Tue, Sep 23, 2014 at 3:13 AM,
Okay, the problem is that Matplotlib installation attempts to download a
large number of supporting packages - which means installation will fail if
it doesn't have reliable access to the hosting server:
Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
Traceback (most recent call last):
File "setup.py", line 10, in <module>
use_setuptools()
File
"/scratch/cctbx-installer-2014_09_21_2205/install_tmp/intel-linux-2.6-x86_64/ws201/matplotlib-1.3.1/distribute_setup.py",
line 163, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
...
File
"/scratch/cctbx-new/cctbx-2014_09_21_2205/base/lib/python2.7/urllib2.py",
line 1184, in do_open
raise URLError(err)
urllib2.URLError:
Hi Nat,
"./install --help" does shows the list of options, I should have used in the first place and save some time ... duh.
I am attaching the log file.
Thanks again,
Luiso.
________________________________ From: Nathaniel Echols [[email protected]] Sent: 23 September 2014 11:24 To: cctbx mailing list Subject: Re: [cctbxbb] new cctbx-plus installers
On Tue, Sep 23, 2014 at 3:13 AM,
mailto:[email protected]> wrote: I am giving it a try in a RHEL6 working station without root permission, so I modified the "/cctbx-installer-2014_09_21_2205/lib/libtbx/auto_build/install_distribution.py" file and changed one line: destination = "/usr/local"
with the new path:
destination = "/scratch/cctbx-new"
This is not the intended mechanism - use "--prefix=/scratch/cctbx-new" instead. (I think "./install --help" will show the full list of options.)
The installation went pretty well until it got stuck trying MatplotLib, I don't think it got stuck because of the little hack I did, but still worth commenting and chowing the full console output.
I think this is unrelated, but the underlying error is being swallowed. Can you please send me this log file?
/scratch/cctbx-installer-2014_09_21_2205/install_tmp/intel-linux-2.6-x86_64/ws201/Matplotlib_install_log
thanks, Nat
--
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd.
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
_______________________________________________ cctbxbb mailing list [email protected] http://phenix-online.org/mailman/listinfo/cctbxbb
participants (3)
-
Graeme.Winter@diamond.ac.uk
-
luis.fuentes-montero@diamond.ac.uk
-
Nathaniel Echols