skyfielders / python-skyfield

Elegant astronomy for Python
MIT License
1.41k stars 211 forks source link

AttributeError: module 'skyfield.almanac' has no attribute 'oppositions_conjunctions' #313

Closed skynoob-new closed 4 years ago

skynoob-new commented 4 years ago

I was trying to execute the code in this section https://rhodesmill.org/skyfield/almanac.html#opposition-and-conjunction and got the following error AttributeError: module 'skyfield.almanac' has no attribute 'oppositions_conjunctions' Am i missing anything in my installation? my skyfield version is 1.15

mworion commented 4 years ago

You need version 1.16 to use it -> see changelog Michel

skynoob-new commented 4 years ago

Thanks, it is working now.