Closed gioppoluca closed 9 years ago
I tried in a new clean environment. With pip install -r install/requirements.txt
and python commander/commander.py
it runs.
I need some more indications to reproduce the error. Could you explain with detail the steps you have followed?.
Which version of python are you using?
I have python 2.7.5 on CentOS 7 Followed the instructions in the GIT
[root@localhost cloudopting-crane]# python commander/commander.py
Traceback (most recent call last):
File "commander/commander.py", line 9, in
Using the home repo not branches
I have been recreating all the installation process in a virtual machine with centos7 from scratch.
In the step 'Install pip', I had problems because by default python-pip is not in the yum repositories. I changed the installation method in the readme. Now it is installed with curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
and python get-pip.py
.
Could you check if you achieved to install pip? With pip -V
for example.
I achieved to run the program just following the steps.
I start from a centos7 x64 clean vagrant box: https://github.com/holms/vagrant-centos7-box/releases/download/7.1.1503.001/CentOS-7.1.1503-x86_64-netboot.box
I have pip version 1.5.6. All installation stated to be correct no errors anywhere
I have pip 7.1.0.
Try installing a newer pip version and reinstalling the dependences with pip install -r install/requirements.txt
PD: remove pip and install it with curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
and python get-pip.py
Fixed with pip install --upgrade six Sure it was not needed this dependency?
six
is included by default. It seems that you had an obsolete version or something.
Anyway, I am going to include a note in the readme.
Thanks you. This is good to improve.
Have this ImportError in the execution any hints?