Instapy: No module named plyer

Created on 7 Sep 2018  路  8Comments  路  Source: timgrossmann/InstaPy

Expected Behavior

Traceback (most recent call last):
File "custom.py", line 8, in
from instapy import InstaPy
File "/home/pi/InstaPy/instapy/__init__.py", line 2, in
from .instapy import InstaPy
File "/home/pi/InstaPy/instapy/instapy.py", line 23, in
from .comment_util import comment_image
File "/home/pi/InstaPy/instapy/comment_util.py", line 7, in
from .util import update_activity
File "/home/pi/InstaPy/instapy/util.py", line 20, in
from .quota_supervisor import quota_supervisor
File "/home/pi/InstaPy/instapy/quota_supervisor.py", line 7, in
from plyer import notification
ImportError: No module named plyer

i did sudo pip install plyer, but still getting this error...

Current Behavior

Possible Solution (optional)

InstaPy configuration

All 8 comments

I have a same problem #2868 look

sudo pip install plyer doesn't work either..

sudo pip install plyer
worked for me in venv python environment.

^worked for me too. Make sure you've done git pull origin master and have the latest files installed

still getting this error, I tried the things you said guys

Traceback (most recent call last):
File "custom.py", line 8, in
from instapy import InstaPy
File "/home/pi/InstaPy/instapy/__init__.py", line 2, in
from .instapy import InstaPy
File "/home/pi/InstaPy/instapy/instapy.py", line 23, in
from .comment_util import comment_image
File "/home/pi/InstaPy/instapy/comment_util.py", line 7, in
from .util import update_activity
File "/home/pi/InstaPy/instapy/util.py", line 20, in
from .quota_supervisor import quota_supervisor
File "/home/pi/InstaPy/instapy/quota_supervisor.py", line 7, in
from plyer import notification
ImportError: No module named plyer

anyone other ideas?

update:

i tried to run my script by writing sudo python3 custom.py (or maybe in your case, quickstart.py)
it then said no module named " " (different modules)

i did sudo pip install "modulename" a few times and now the script is running again!

Just go to the folder where you have Installed the "ven" and run sudo pip install plyer get back to the instaPy folder and run python quickstart.py.

PS: if needed a better explanation let me know. ;)

hi @britotiagos it already runs, thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Spyd3r0us picture Spyd3r0us  路  3Comments

v77v picture v77v  路  3Comments

tibor picture tibor  路  3Comments

Naramsim picture Naramsim  路  3Comments

converge picture converge  路  3Comments