I've tried installing emspring both with the binary script and manual script. We are running CentOS6. I hit three errors that tank the procedure.
The first problem is at the step where it attempts to create a virtual environment for EMAN2. It hits an infinite loop and then fails with this error:
RuntimeError: maximum recursion depth exceeded
The second problem is when it is fetching gcc:
Does emspring need gcc v5.3.0?
The last problem is when it attempts to install ipython:
ValueError: too many values to unpack
An error occurred when trying to install /tmp/tmpMFTGniget_dist/ipython-0.10.tar.gz. Look above this message for any errors that were output by easy_install.
Is there a more basic way of installing emspring? We are using Anaconda as our python package manager. I can create a virtual environment of almost any collection of versions. What are the specific versions required for emspring? In addition, we already have EMAN2 and SPARX installed locally. Is there a simple way of simply tying them together? Since python is provided with EMAN2, is there any reason to have python installed in the first place?