Hi,
I am trying to install weewx 4 beta with python3 on my RPi with Rasbian
Buster Lite.
I was doing a basic installation of Raspbian (which includes Python 2.7 per
default). Then I followed the docs (from the source) for Raspbian with
Python3:
sudo apt-get install python3-pil
sudo apt-get install python3-configobj
sudo apt-get install python3-cheetah
sudo apt-get install python3-ephem
after that I added the follwoing to .bashrc
alias python='/usr/bin/python3'
alias pip=pip3
followed by
source ~/.bashrc
I can see now:
pi@Weewx:~ $ python -V
Python 3.7.3
pi@Weewx:~ $ pip --version
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
So this should be correct.
Then I tried to install weewx but getting the following error:
pi@Weewx:~/weewx-4.0.0b6 $ ./setup.py build
Traceback (most recent call last):
File "./setup.py", line 21, in <module>
import configobj
ImportError: No module named configobj
Any hints?
Br,
Johannes
--
You received this message because you are subscribed to the Google Groups
"weewx-development" 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-development/66891750-2441-49fb-ac97-09d61bf57bbd%40googlegroups.com.