Member Site Forums PyRosetta PyRosetta – Build/Install pyRosetta cann’t work on RHEL 5.2 X86_64 BIT? Reply To: pyRosetta cann’t work on RHEL 5.2 X86_64 BIT?

#4601
Anonymous

    Hello!

    I’m having problems with the 64 bit version of PyRosetta. I always get this error message:

    Python 2.6.5 (r265:79063, Jul 29 2010, 14:33:45)
    [GCC 4.4.0 20090514 (Red Hat 4.4.0-6)] on linux2
    Type “help”, “copyright”, “credits” or “license” for more information.
    >>> from rosetta import *
    Traceback (most recent call last):
    File “”, line 1, in
    File “/opt/rosetta/PyRosetta/rosetta/__init__.py”, line 14, in
    import utility, core
    File “/opt/rosetta/PyRosetta/rosetta/utility/__init__.py”, line 1, in
    from _rosetta_utility_000 import *
    ImportError: /home/luca/INSTALLED3/lib/libpython2.6.so.1.0: invalid ELF header

    Do I need to install python with some special keywords/options?

    Thanks for any help
    /Luca

    > > When I :
    > > >>>from rosetta import *
    > > I got :
    > > ImportError: rosetta/utility/_rosetta_utility.so: wrong ELF class
    > > ELFCLASS32
    > >
    > > It doesn’t support 64 bit linux now?
    >
    > We’ve now posted a 64-bit linux distribution. Please see if this helps: http://pyrosetta.org/download.html. (This is new so we may require some testing).
    >