4.3.7 install error (unified installer)

An error occurs during the instance creation using UnifiedInstaller running sudo -u zope ./install.sh --target=/opt/zope --instance=4.3.7 standalone:

Detailed installation log
Starting at Tue Feb 9 15:30:57 CET 2016
Traceback (most recent call last):
File "/opt/zope/tmp/helper_scripts/create_instance.py", line 104, in
"SETUPTOOLS_EGG": findEgg('setuptools', opt.plone_home),
File "/opt/zope/tmp/helper_scripts/create_instance.py", line 50, in findEgg
)[0]
IndexError: list index out of range

Changing the install path automatically solved the error

I tested, and assuming that /opt/zope is owned by the user "zope", had no problems.

1 Like