alaudet / raspi-sump

A sump pump monitoring system using Python and Raspberry Pi
https://www.linuxnorth.org/raspi-sump/
MIT License
92 stars 36 forks source link

Raspi-sum Install Issue #56

Closed ryan5050 closed 5 years ago

ryan5050 commented 5 years ago

I'm running an up to date version of Raspbian (Buster Kernel version: 4.19) and I am following the install instructions but I'm not able to get the install files to appear in /home/pi/raspi-sump. I have all the updated Python3 packages installed but when I run "sudo pip3 install raspisump" or "sudo pip3 install --no-binary :all: raspisump" the /home/pi/raspi-sump directoy in never created and none of the config files seem to download to this location. If the install process has changed please let me know. I'm following these install instructions - https://github.com/alaudet/raspi-sump/blob/master/docs/install.md

ryan5050 commented 5 years ago

Nevermind, I reinstalled the OS and tried again and it worked