pushbullet-cli icon indicating copy to clipboard operation
pushbullet-cli copied to clipboard

Segmentation Fault when installing

Open xdovahkinx opened this issue 6 years ago • 5 comments

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.

xdovahkinx avatar May 21 '19 02:05 xdovahkinx

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.

VexingHex avatar May 26 '19 16:05 VexingHex

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

xdovahkinx avatar May 26 '19 20:05 xdovahkinx

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 avatar Jun 21 '19 15:06 GustavoKatel

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?

GustavoKatel avatar Jun 21 '19 15:06 GustavoKatel

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?

Hitomi98 avatar Feb 01 '20 04:02 Hitomi98