Open manics opened 4 years ago
https://github.com/ome/ansible-role-omero-server/blob/3.0.0/meta/main.yml#L23-L27 should prevent ice-py and build dependencies being installed. Sometimes it doesn't work, and the role attempts to pip install omero-py which may take a while as it involves compilating the module.
My best guess is there's an interaction of variables and defaults across multiple roles.
I haven't found an obvious fix yet.
https://github.com/ome/ansible-role-omero-server/blob/3.0.0/meta/main.yml#L23-L27 should prevent ice-py and build dependencies being installed. Sometimes it doesn't work, and the role attempts to pip install omero-py which may take a while as it involves compilating the module.