Instapy: when i try launching quickstart.py i get this responce

Created on 27 Nov 2017  路  1Comment  路  Source: timgrossmann/InstaPy

when i try launching quickstart.py i get this responce:
Traceback (most recent call last):
File "quickstart.py", line 1, in
from instapy import InstaPy
File "/home/lubuntu/InstaPy/instapy/__init__.py", line 1, in
from .instapy import InstaPy
File "/home/lubuntu/InstaPy/instapy/instapy.py", line 15, in
from .comment_util import comment_image
File "/home/lubuntu/InstaPy/instapy/comment_util.py", line 8, in
import emoji
ImportError: No module named emoji

so i then tried installing emoji on ubuntu using the followng commands
sudo pip install emoji,
pip install emoji
sudo apt-get install emoji
i have tried a few other commands to install it but none seems to work or if i do install a version of emoji i stillr ecieve the same message > ImportError: No module named emoji
its been a few days now i havent been able to figure it out please can someone help me?

duplicate help wanted

Most helpful comment

Try the steps described in issue #297

>All comments

Try the steps described in issue #297

Was this page helpful?
0 / 5 - 0 ratings

Related issues

neomh picture neomh  路  3Comments

ediooo picture ediooo  路  3Comments

tibor picture tibor  路  3Comments

converge picture converge  路  3Comments

harrypython picture harrypython  路  3Comments