Thanks, Astrid. I was able to replicated this on my Leap 15.1 machine. It comes with Python 3, which sets "pip" to point to the Python 3 version of pip. If you then install Python 2, the command "python" now points to the Python 2 version. So, you end up with one pointing one way, the other the other way. Poor choice on the part of the OpenSUSE designers!
Suggestion: always be explicit about which version of pip you want. Instead of *pip pyephem* use *python2 -m pip pyephem* -tk On Fri, Mar 27, 2020 at 8:21 PM Astrid <[email protected]> wrote: > Hello! > > Yes, I think so...? > But I dont understand, why this is so...?? :( > > But I am happy, that ephem is working now. :) > > Thanx a lot. :) > > Regards, Astrid > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-user/cf46eb20-d83e-414a-9e20-49d370c40738%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-user/cf46eb20-d83e-414a-9e20-49d370c40738%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/CAPq0zEDBV%2Bz0JsQW%2BqMkX4_yy5mxZTHyoBBCbSo5t3xGqTcyMQ%40mail.gmail.com.
