在python 3.6上安装带有conda的ephem

时间:2017-07-20 17:09:57

标签: python anaconda pyephem

我在Anaconda上使用Python 3.6,我需要使用ephem包。我用了命令:

conda install -c anaconda ephem 

它返回一个错误,说在冲突中发现了epecifications:ephem需要Python 2.6。

有没有办法在Python 3.6和Anaconda上使用ephem?

1 个答案:

答案 0 :(得分:1)

我使用以下内容成功安装Python 3.6(使用Python 3.6运行Spyder)的ephem:

conda install -c astropy pyephem

I found the info at this link from Anaconda.