sudo apt-get install python3-distutils
fixed the problem for me On Friday, May 1, 2020 at 5:11:33 PM UTC+3, Michael wrote: > > Hi Tarmo, > > I had the same Problem solved with: > > sudo apt install python3-pip > > > Michael > > m Freitag, 1. Mai 2020 16:05:49 UTC+2 schrieb Tarmo: > >> please include distutil to prerequisites. >> >> weewx-4.0.0 $ python3 ./setup.py build >> Traceback (most recent call last): >> File "./setup.py", line 25, in <module> >> from distutils import log >> ImportError: cannot import name 'log' from 'distutils' >> (/usr/lib/python3.7/distutils/__init__.py) >> >> >> running raspi, buster >> > -- 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/ed0c9f8d-bb6d-47a9-80e3-8e53d78fee5f%40googlegroups.com.
