我在 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 setuptools
, python -m pip install fiona
, sudo apt-get install python-software-properties
,sudo add-apt-repository ppa:ubuntugis/ppa
任何其他想法可以尝试什么?
提前谢谢了。