[Mrtrix-discussion] error installing MRtrix on Centos

Donald Tournier d.tournier at brain.org.au
Tue Oct 26 23:59:42 PDT 2010


Hi Keith,

We have the same issue on some of our servers running CentOS. It is
unfortunately a totally outdated distribution - even the latest release does
not have package versions that have been available since at least 2007. In
your case, it looks like your python installation is out of date (the
followlinks option is available since version 2.6). You could get around
that by removing that argument from the function call, i.e. change line 211
in 'build' from :
    for root, dirs, files in os.walk (os.path.split(self.name)[0],
followlinks=True):
to:
    for root, dirs, files in os.walk (os.path.split(self.name)[0]):

While this would sort out that particular issue, I would be very surprised
if it got you much further. I've tried on our CentOS 5.5 systems, and found
that a few other required packages are also a few versions out of date...
and gave up at that point.

So in brief, I'd say the path of least resistance would actually be to
upgrade the OS to the latest version of Ubuntu... Would also recommend
making sure it's got an nvidia card for the graphics, since the OpenGL
support for these cards is vastly superior to that for other cards (I've
just had another negative experience with an ATI card recently).

Another option is to use the Windows version, although I personally don't
have much experience with it. Maybe Win32 users could report back their
experience of MRtrix on Windows?

Cheers,

Donald.


On 27 October 2010 05:53, Keith Hulsey <Keith.Hulsey at utsouthwestern.edu>wrote:

>  Hi,
>
> My earlier question was about MRview on a virtual machine. I managed to get
> access to a Linux box that I can install software and update the OS on. The
> OS is CentOS release 5.5 (Final).
>
> After updating the OS to resolve the outdated libraries, I am left with the
> following response when I execute ./build from /usr/local/mrtrix-0.2.9.
>
>
>  Traceback (most recent call last):
>   File "./build", line 610, in ?
>     [ Entry(item) for item in targets ]
>   File "./build", line 154, in __init__
>     [ Entry(item) for item in self.deps ]
>   File "./build", line 152, in __init__
>     elif is_library (self.name): self.set_library()
>   File "./build", line 211, in set_library
>     for root, dirs, files in os.walk (os.path.split(self.name)[0],
> followlinks=True):
> TypeError: walk() got an unexpected keyword argument 'followlinks'
>
>
>
> What should I do next to prepare for installing MRtrix?
>
> Keith
>
>
> ------------------------------
>
> UT Southwestern Medical Center
> The future of medicine, today.
>
> _______________________________________________
> Mrtrix-discussion mailing list
> Mrtrix-discussion at www.nitrc.org
> http://www.nitrc.org/mailman/listinfo/mrtrix-discussion
>
>


-- 
Jacques-Donald Tournier (PhD)
Brain Research Institute, Melbourne, Australia
Tel: +61 (0)3 9496 4078
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.nitrc.org/pipermail/mrtrix-discussion/attachments/20101027/c415d71c/attachment.html


More information about the Mrtrix-discussion mailing list