Short-bus / pilomar

RaspberryPi based miniature observatory
https://shortbus.blog/
GNU General Public License v3.0
64 stars 14 forks source link

PyDNG -> PiDNG version changes #3

Closed Short-bus closed 1 year ago

Short-bus commented 1 year ago

Latest version of PiDNG nolonger compatible with pilomar.py. PiDNG has been improved to be more flexible, but has lost backward compatibility with the original way it was used in pilomar.py.

Workaround is to force installation of an earlier version of PiDNG.

Short-bus commented 1 year ago

Latest version of script now installs PiDNG==3.4.6 which seems to be the latest version available which still supports the original behaviour. To use later versions I need to know HOW to achieve the original functionality. Have not found this anywhere yet.