On Sunday, February 27, 2022 at 12:02:05 PM UTC-8 [email protected] wrote:
> When i use sudo python3 /home/pi/weewx-Weather34/w34_installer.py > *Cannot find ../services.txt file INSTALL ABORTED* > Whereas my file service.txt is in /home/pi > > It is trying to find services.txt using a relative path one level up from the directory you are running the command in. Try: - cd /home/pi/weewx-Weather34 - sudo python3 /home/pi/weewx-Weather34/w34_installer.py -- 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/799f9cf0-73f6-4aa2-b5a9-0de9ff433b04n%40googlegroups.com.
