You need the prerequisite modules installed for whatever version of python you are using. Best thing is to specify either 'python2' or 'python3' explicitly when you run setup.py and then the installation will do the right thing. You can switch back and forth if needed by simply rerunning setup.py using whatever python you want. > > I'd recommend not using the 'python' path even if you symlinked it, just to be safe.
Same goes for installing modules. If you want python3, specify 'pip3' when installing the modules. -- 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/518eb351-28a7-4089-8819-92cf0125fa68%40googlegroups.com.
