Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspbian Jessie + Stretch Install Failures / Permission Issues #36

Open
ATSiem opened this issue Sep 11, 2017 · 4 comments
Open

Raspbian Jessie + Stretch Install Failures / Permission Issues #36

ATSiem opened this issue Sep 11, 2017 · 4 comments

Comments

@ATSiem
Copy link

ATSiem commented Sep 11, 2017

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 ATSiem changed the title Raspbian Version Confirmed Raspbian Jessie + Stretch Install Failures / Permission Issues Sep 11, 2017
@schollz
Copy link
Owner

schollz commented Sep 30, 2017

What version of pip are you using?

@henkdebruijn
Copy link

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

@allnash
Copy link

allnash commented Jul 6, 2018

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

@kingosticks
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants