安装包时出错openubmit ubuntu 14.04 LTS

我在安装以下软件包时遇到以下错误

https://github.com/troeger/opensubmit/wiki/Installation-Instructions

opensubmit-web configure 

命令/ usr / bin / python -c“import setuptools,tokenize; file =’/ tmp / pip_build_ubuntu / pycrypto / setup.py’; exec(compile(getattr(tokenize,’open’,open)( file ).read( ).replace(’\ r \ n’,’\ n’), file ,’exec’))“install –record /tmp/pip-f5Js12-record/install-record.txt –single-version-external -managed –compile失败,错误代码为1 / tmp / pip_build_ubuntu / pycrypto在/home/ubuntu/.pip/pip.log中存储失败的调试日志

来自/usr/lib/python2.7/dist-packages(python 2.7)的pip 1.5.4

通过在Ubuntu 14.04中安装python-dev删除了该错误。 python-dev是在Ubuntu 16.04中由python-pip推荐的包的依赖项。 python-pip推荐的包含python-dev作为依赖项的包是python-dev-all,它不能从Ubuntu 14.04的默认存储库中获得。

 sudo apt-get install python-dev