我在Anaconda上使用Python 3.6,我需要使用ephem包。我用了命令:
conda install -c anaconda ephem
它返回一个错误,说在冲突中发现了epecifications:ephem需要Python 2.6。
有没有办法在Python 3.6和Anaconda上使用ephem?
答案 0 :(得分:1)
我使用以下内容成功安装Python 3.6(使用Python 3.6运行Spyder)的ephem:
conda install -c astropy pyephem