|
@ -30,7 +30,8 @@ mkdir -p /opt/apps |
|
|
if [ "$(python -c 'import setuptools' 2>&1 | tail -n 1)" == "ImportError: No module named setuptools" ]; then |
|
|
if [ "$(python -c 'import setuptools' 2>&1 | tail -n 1)" == "ImportError: No module named setuptools" ]; then |
|
|
pip install setuptools |
|
|
pip install setuptools |
|
|
fi |
|
|
fi |
|
|
pip install sact.epoch |
|
|
|
|
|
|
|
|
pip install sact.epoch || |
|
|
|
|
|
pip install sact.epoch --break-system-packages |
|
|
if [ "$(python -c 'import sact.epoch' 2>&1 | tail -n 1)" == "ImportError: No module named interface" ]; then |
|
|
if [ "$(python -c 'import sact.epoch' 2>&1 | tail -n 1)" == "ImportError: No module named interface" ]; then |
|
|
echo "Error: conflicting installation of zope.interface detected. Trying workaround." |
|
|
echo "Error: conflicting installation of zope.interface detected. Trying workaround." |
|
|
( |
|
|
( |
|
|