Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Critical error: Can't import Pushbullet. #172

Open
SvbZ3r0 opened this issue Dec 8, 2020 · 5 comments
Open

Critical error: Can't import Pushbullet. #172

SvbZ3r0 opened this issue Dec 8, 2020 · 5 comments

Comments

@SvbZ3r0
Copy link

SvbZ3r0 commented Dec 8, 2020

Installed Pushbullet v0.12.0 using pip, but I can't get it to work.

from pushbullet import Pushbullet just causes the shell to restart. No error message, no warning.

image

Doesn't work in idle, doesn't work when used in a script, doesn't work in Jupyter.
image

Python shell environment is 3.9.0. Jupyter environment is 3.8.5.
OS is windows 10.

@SvbZ3r0 SvbZ3r0 changed the title Critical error. Can't import Pushbullet. Critical error: Can't import Pushbullet. Dec 8, 2020
@WilliBobadilla
Copy link

Did you try an older version? in pypi says that the suggested version is 0.9.1, also the newest version that is the one that you tried

@SvbZ3r0
Copy link
Author

SvbZ3r0 commented Dec 12, 2020

Just tried 0.9.1. Same thing happens.

@hayasix
Copy link

hayasix commented Jan 29, 2021

+1
On windows, importing pushbullet (version 0.12.0) raises windows error -1073740791, which means 0xC0000409 STATUS_STACK_BUFFER_OVERRUN.
On my Debian, it works.

@hayasix
Copy link

hayasix commented Feb 6, 2021

On windows, importing pushbullet (version 0.12.0) raises windows error -1073740791, which means 0xC0000409 STATUS_STACK_BUFFER_OVERRUN.

pip install python-magic-bin solves this. I think it'd be better to add this at packages= in setup.py.

@skylogic004
Copy link

On windows, importing pushbullet (version 0.12.0) raises windows error -1073740791, which means 0xC0000409 STATUS_STACK_BUFFER_OVERRUN.

pip install python-magic-bin solves this. I think it'd be better to add this at packages= in setup.py.

I can confirm this. Using version 0.12.0: on Ubuntu, no issues. On Windows, sometimes it hung indefinitely on the import line or else returned a fatal error. Also, even wrapping the import line in a try ... except doesn't work - it never returns. Installing python-magic-bin fixed it (thanks, hayasix).

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

No branches or pull requests

4 participants