Hi,
I'm following the instructions here : https://www.openmicroscopy.org/site/sup ... ebrew.html and I end up with OMERO 4.4.9 instead of OMERO as advertised.
Is it possible you forgot to update the formula?
Thanks!
brew install omero --devel
For non-homebrew Python, you need to set your PYTHONPATH:
export PYTHONPATH=/usr/local/Cellar/omero/5.0.0-rc1/lib/python:$PYTHONPATH
To finish the installation, execute omero_python_deps in your
shell:
./usr/local/Cellar/omero/5.0.0-rc1/bin/omero_python_deps
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
>>> from omero.util import get_user
Fatal Python error: Interpreter not initialized (version mismatch?)
Abort trap: 6
python --version
Python 2.7.6
$ which python
/usr/local/bin/python
Fatal Python error: PyThreadState_Get: no current thread
Abort trap: 6
brew reinstall ice
python -c "import Ice"
brew reinstall omero --devel
brew update
brew reinstall omero --devel
Return to Developer Discussion
Users browsing this forum: No registered users and 0 guests