我在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
还有什么可以尝试的想法吗?
非常感谢提前。