问题:pip install fiona

时间:2017-06-20 21:17:09

标签: python-2.7 pip install fiona

我在ubuntu 14.04上安装fiona有一些问题

我总是收到错误

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-b4ng2wm0/fiona/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-uj6y8dyt-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-b4ng2wm0/fiona/

我已经尝试过:sudo -H pip install fiona以及sudo pip install -U setuptoolspython -m pip install fionasudo apt-get install python-software-propertiessudo add-apt-repository ppa:ubuntugis/ppa

还有什么可以尝试的想法吗?

非常感谢提前。

0 个答案:

没有答案