Could not import omero.cli!
Posted: Wed Mar 07, 2018 5:31 pm
Need some advice/help to get around the initial configuration of OMERO.server 5.4.3.
I downloaded the OMERO.server zip file: https://downloads.openmicroscopy.org/om ... 36-b77.zip. Following the installation steps from the website, all the needed prerequisite software was downloaded and installed. When I came to start configuration (setting the data directory) of the OMERO.server, I ran into this error:
Everything was loaded with g++ 4.8.5, but I'm not sure what was compiled during the installation process. (Am I using a compiler that is too far out of date?). I'm kinda at a loss for where the need for a module in the C++ library. Any help or pointers to get over this last bit of installation will be most appreciated.
--clay
I downloaded the OMERO.server zip file: https://downloads.openmicroscopy.org/om ... 36-b77.zip. Following the installation steps from the website, all the needed prerequisite software was downloaded and installed. When I came to start configuration (setting the data directory) of the OMERO.server, I ran into this error:
- Code: Select all
[omero@compute-0-6 ~]$ OMERO.server/bin/omero config set omero.data.dir "$OMERO_DATA_DIR"
********************************************************************************
ERROR: Could not import omero.cli! (/lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /usr/lib64/python2.7/site-packages/IcePy.so))
This means that your installation is incomplete. Contact
the OME mailing lists for more information:
https://www.openmicroscopy.org/support/
If you are building from source, please supply the build log
as well as which version you are building from. If you
downloaded a distribution, please provide which link you
used.
********************************************************************************
Debugging Info:
--------------
CWD=/home/omero
VERSION=2.7.5 (default, Aug 4 2017, 00:39:18) [GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]
OMERO_HOME=None
PYTHONPATH=['/home/omero/OMERO.server/lib/python', '/home/omero/OMERO.server/var/lib', '/home/omero/OMERO.server-5.4.3-ice36-b77/bin', '/usr/lib/python2.7/site-packages/cffi-1.9.1-py2.7-linux-x86_64.egg', '/usr/lib/python2.7/site-packages/pycparser-2.17-py2.7.egg', '/usr/lib/python2.7/site-packages/enum34-1.1.6-py2.7.egg', '/usr/lib/python2.7/site-packages/lvm2py-1.0-py2.7.egg', '/usr/lib/python2.7/site-packages/mdstat-1.0.4-py2.7.egg', '/usr/lib/python2.7/site-packages/pip-9.0.1-py2.7.egg', '/usr/lib64/python27.zip', '/usr/lib64/python2.7', '/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', '/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload', '/usr/lib64/python2.7/site-packages', '/usr/lib64/python2.7/site-packages/gtk-2.0', '/usr/lib/python2.7/site-packages', '/home/omero/OMERO.server/lib/fallback']
Everything was loaded with g++ 4.8.5, but I'm not sure what was compiled during the installation process. (Am I using a compiler that is too far out of date?). I'm kinda at a loss for where the need for a module in the C++ library. Any help or pointers to get over this last bit of installation will be most appreciated.
--clay