Hello Sarah,
To install whereistheplanet, one needs orbitize!. I was getting ERROR: Cannot install orbitize, orbitize==3.1.0 and sphinx==7.1.2 because these package versions have conflicting dependencies. Hoping that sphinx is needed only for documentation building, which is definitely not in my plans, I took a chance to remove the version number in requirements.txt (sphinx>=6 → sphinx) and lo and behold, it installed fine and whereistheplanet works! Maybe the version requirement could be made optional, for those who want to develop the code, but not part of the standard installation?
Just a note in case it helps someone…
Best regards,
Gabriel
P.s.: If you have a chance, please look again at #378 😉!