我正在使用conda
使用英特尔的Python来绘制一些数据,当我去安装fiona时,我收到此错误:
$ conda install -f fiona
Fetching package metadata .........
Solving package specifications: ....
UnsatisfiableError: The following specifications were found to be in conflict:
- fiona
Use "conda info <package>" to see the dependencies for each package.
这是我的Python:
$ python --version
Python 2.7.12 :: Intel Corporation
在冲突中发现了什么,我该如何解决?