Closed Arcade-Anima closed 5 years ago
The conf file is in /home/pi/raspi-sump/sample_config
On Sun, Sep 22, 2019, 3:47 AM Arcade Anima notifications@github.com wrote:
I am stuck at this portion of the install. cd /home/pi/raspi-sump mv sample_config/raspisump.conf
I can find the raspi-sump files in usr/local/lib/python3.7/home/pi/raspi-sump I even tried to move the raspisump.conf file through the gui but it failed to work. Any thoughts?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/alaudet/raspi-sump/issues/57?email_source=notifications&email_token=ABZWS5363HN4AEABIYLBNJ3QK4PIDA5CNFSM4IZBTJVKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HM3XPRA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZWS53NOQT34CAJZ6VCDTDQK4PIDANCNFSM4IZBTJVA .
ya but when I go to input the commands it says that there is no directory.
It might just be that I used Buster instead of Strech.
Should work the same on either one.
On Tue, Sep 24, 2019, 3:26 AM Arcade Anima notifications@github.com wrote:
It might just be that I used Buster instead of Strech.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/alaudet/raspi-sump/issues/57?email_source=notifications&email_token=ABZWS5ZE252QB7XU5YZJNWTQLG6IRA5CNFSM4IZBTJVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7NLWMQ#issuecomment-534428466, or mute the thread https://github.com/notifications/unsubscribe-auth/ABZWS5Y265E4ZHNNVY2XMNLQLG6IRANCNFSM4IZBTJVA .
I'm having the same issue. When installing it's not copying the files to the /home/pi folder - It simply leaves the files in the /usr/local location.
pi@raspberrypi:~ $ pip3 install raspisump Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: raspisump in ./.local/lib/python3.7/site-packages (1.2.3) Requirement already satisfied: hcsr04sensor>=1.6 in /usr/local/lib/python3.7/dist-packages (from raspisump) (1.6.1) Requirement already satisfied: RPi.GPIO==0.6.5 in /usr/local/lib/python3.7/dist-packages (from hcsr04sensor>=1.6->raspisump) (0.6.5)
Am I suppose to create the folder in /home/pi/raspi-sump prior to executing the install?
Are you using sudo when running the install commands?
Yes. Solved that problem a while back I had missed out the step relating to versions later than Rasbian Stretch
Correct you need to install as follows
sudo pip install --no-binary :all: raspisump
I am stuck at this portion of the install. cd /home/pi/raspi-sump mv sample_config/raspisump.conf
I can find the raspi-sump files in usr/local/lib/python3.7/home/pi/raspi-sump I even tried to move the raspisump.conf file through the gui but it failed to work. Any thoughts?