Javabridge的Pip错误

时间:2018-08-08 21:46:41

标签: java python ubuntu installation pip

我正在尝试按照以下说明在ubuntu 18.04上安装cellprofiler:

https://github.com/CellProfiler/CellProfiler/wiki/Source-installation-(Ubuntu-16.04-LTS)

我跑了

ThinkPad-T520:~/CellProfiler$ sudo pip install --editable .

这是我得到的错误

Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-9PNXKh/javabridge/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-InWq1p/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-9PNXKh/javabridge/

知道发生了什么吗?我在跑步

python --version
Python 2.7.14

pip --version
pip 18.0 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)

0 个答案:

没有答案