python3 -m pip install scipion-installer
...
python3 -m scipioninstaller tmp
This is an early version of the installer. So far only works for developers installing an unstable version.Are you sure you want to continue? (y/n): y
path /home/david/tmp does not exists. Shall I create it? (y/n): y
ImportError: cannot import name 'ensure_file_on_disk'
Something went wrong running:
cd /home/david/tmp &&
/usr/bin/python3 -m virtualenv --python=python3 .scipion3env &&
. /home/david/tmp/.scipion3env/bin/activate &&
cd /home/david/tmp &&
mkdir -p software/lib &&
mkdir -p software/bindings &&
mkdir -p software/em &&
export SCIPION_HOME=/home/david/tmp &&
pip install scipion-pyworkflow &&
pip install scipion-app &&
python -m scipion installp -p scipion-em-xmipp -j 8
Installation cancelled.
Steps to reproduce