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

Segmentation Fault when installing #68

Open
xdovahkinx opened this issue May 21, 2019 · 5 comments
Open

Segmentation Fault when installing #68

xdovahkinx opened this issue May 21, 2019 · 5 comments

Comments

@xdovahkinx
Copy link

I tried to install using the pip install pushbullet-cli (also pip3 install pushbullet-cli)

It appears to have done what it's supposed to do, but when running
pb set-key, it results in -bash: pb: command not found.

I run the install command again, and I get an output like this:
https://pastebin.com/SaKvcxHg

I probably am doing something stupid or another, if you need more details for anything lmk.

@VexingHex
Copy link

I had the same issue, and it seems running it as sudo with the -H argument fixes the problem for installing. But I am unable to set-key after that as it hangs forever. Hopefully that helps though.

@xdovahkinx
Copy link
Author

I am installing this instance on a shell provider, I can't use sudo

@GustavoKatel
Copy link
Owner

It appears to be an issue when installing pip3 install pushbullet-cli --user. It outputs the same error. The segmentation fault though seems like a pip/python issue. What OS are you running?

@GustavoKatel
Copy link
Owner

When installing with the --user flag, some OS's put the generated scripts in /home/$USER/.local/bin/. Can you try to add that to your $PATH and see if it works?

@Hitomi98
Copy link

Hitomi98 commented Feb 1, 2020

I am having the same problem, is there a way to fix this?
what should I add to $PATH and how can I do that?

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

4 participants