Vince is correct, it is looking for services.txt one level up from the install folder.
Assuming you downloaded the zip file from the repository into your /home/pi folder and un zipped it, the install folder is weewx-Weather34-main. The services.txt file should also be in your /home/pi folder. Therefore you should: - cd weewx-Weather34-main sudo python3 ./w34_installer.py On Sunday, February 27, 2022 at 8:44:58 PM UTC vince wrote: > 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/3e499da2-9c1d-42b8-9d96-333954b0ed3dn%40googlegroups.com.
