rebeccathedev/petfeedd

Failed at step CHROOT spawning /usr/local/bin/pipenv: No such file or directory

bramcod2 opened this issue · 2 comments

After following "Build from source" direction, I attempt to start the service and get the titled error in the syslog. My cloned dir is /home/pi/petfeedd. My pi is a model 3 B+. I'm not super familiar with creating services, but could this be a directory error within the petfeedd.service file? Also, why did the directions create a user, but never use it? The user in the petfeedd.service file is root.

Hi, sorry it took me a few days to get to this, I have been traveling.

If you just want to use petfeedd and don't want to actively develop on the code, I highly recommend using the Docker approach.

That said, what is the output if you type which pipenv?

No problem, I would like to add some functionality, specifically an interface to amazon echo and google home. The output is /usr/local/bin/pipenv.

I can get it to work by running the command /usr/local/bin/pipenv run pyhon3 src/main.py, but having it run as the service would be much preferable.