Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.5.dev2 with Ice deployment #6

Merged
merged 9 commits into from Aug 29, 2019
Merged

5.5.dev2 with Ice deployment #6

merged 9 commits into from Aug 29, 2019

Conversation

joshmoore
Copy link
Member

In preparation for final push of 5.5.1 to PyPI. Should be merged and released before ome/omero-web#7. Currently installs no dependencies.

cc: @ome/python

setup.py Outdated Show resolved Hide resolved
@manics
Copy link
Member

manics commented Aug 29, 2019

Apart from the zeroc-ice dependency generally seems OK:

docker run -it --rm ubuntu:18.04

apt-get update
apt-get install -y python virtualenv

virtualenv /omero-py

/omero-py/bin/pip install https://github.com/ome/zeroc-ice-ubuntu1804/releases/download/0.1.0/zeroc_ice-3.6.4-cp27-cp27mu-linux_x86_64.whl
/omero-py/bin/python -c 'import Ice; print Ice.stringVersion()'
/omero-py/bin/pip install https://github.com/ome/omero-py/archive/ee340a8f85b012ba22efd91a07bcc79b8984229d.zip

useradd -m test
su - test
. /omero-py/bin/activate

omero login ...

Note #9

@manics
Copy link
Member

manics commented Aug 29, 2019

@joshmoore joshmoore changed the title 5.5.1 (GA) 5.5.dev2 with Ice deployment Aug 29, 2019
@joshmoore joshmoore merged commit 2cbcc42 into ome:master Aug 29, 2019
@joshmoore joshmoore added this to In progress in OMERO.server 5.6.0 (Python 3) via automation Sep 5, 2019
@joshmoore joshmoore moved this from In progress to Done in OMERO.server 5.6.0 (Python 3) Sep 5, 2019
sbesson pushed a commit to sbesson/omero-py that referenced this pull request Oct 5, 2020
Windows: require pywin32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants