I'm using Python 3.6 on Anaconda, and I need to use the ephem package. I used the command :
conda install -c anaconda ephem
It returns an error, saying that epecifications were found in conflict : ephem requires Python 2.6.
Is there a way I can use ephem on Python 3.6 with Anaconda?