howmanypeoplearearound icon indicating copy to clipboard operation
howmanypeoplearearound copied to clipboard

Raspbian Jessie + Stretch Install Failures / Permission Issues

Open ATSiem opened this issue 7 years ago • 4 comments

On which version of Raspbian did you successfully install howmanypeoplearearound?

On Raspbian Jessie - I was unable to get the proper permissions for tshark working AFTER a successful install.

On Raspbian Stretch - I am unable to successfully install with Docker OR pip. The Docker command fails with: 'returned a non-zero code: 1' The pip command is successful, but 'howmanypeoplearearound' is not found by bash when executing: i.e. 'howmanypeoplearearound: command not found'

ATSiem avatar Sep 11 '17 22:09 ATSiem

What version of pip are you using?

schollz avatar Sep 30 '17 12:09 schollz

I had the same error 'howmanypeoplearearound: command not found. Adding sudo to pip install howmanypeoplearearound` instead worked for me on Raspbian Stretch.

henkdebruijn avatar Apr 06 '18 07:04 henkdebruijn

This failure is not related to this library. I recommend installing python dev libs. I just tested and it works.

allnash avatar Jul 06 '18 02:07 allnash

Regarding pip on Stretch: Isn't this because in newer versions of pip, pip install foo (without sudo prefix) does what pip install --user foo used to do and installs foo into ~/.local/bin, which is usually not on the user's $PATH in Debian/Ubuntu? The best fix is to add the directory to your $PATH.

kingosticks avatar Jan 18 '19 13:01 kingosticks