instapy-quickstart icon indicating copy to clipboard operation
instapy-quickstart copied to clipboard

instapy not working

Open lucasrhb opened this issue 2 years ago • 3 comments

Can someone point me in the right direction what is wrong? Installed everything, fresh ubuntu 22.04 installation, cloned repo and I've that:

$ python3 simple_interaction_good_for_beginners.py Traceback (most recent call last): File "/root/instapy-quickstart/quickstart_templates/simple_interaction_good_for_beginners.py", line 14, in from instapy import InstaPy File "/usr/local/lib/python3.10/dist-packages/instapy/init.py", line 6, in from .instapy import InstaPy File "/usr/local/lib/python3.10/dist-packages/instapy/instapy.py", line 34, in from .browser import close_browser, set_selenium_local_session File "/usr/local/lib/python3.10/dist-packages/instapy/browser.py", line 14, in from .util import interruption_handler File "/usr/local/lib/python3.10/dist-packages/instapy/util.py", line 27, in from emoji.unicode_codes import UNICODE_EMOJI ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' (/usr/local/lib/python3.10/dist-packages/emoji/unicode_codes/init.py)

lucasrhb avatar Oct 12 '22 15:10 lucasrhb

i have same problem did you solve it?

MightyM00n avatar Oct 25 '22 08:10 MightyM00n

I am also having the same issue...

eastcoastboys avatar Oct 26 '22 19:10 eastcoastboys

hey mates,

you can find the answer you guys are looking for at https://stackoverflow.com/questions/73108683/getting-error-cannot-import-name-unicode-emoji-from-emoji-unicode-codes.

also faced this and solved it by doing it right it was described there.

dgslv avatar Oct 27 '22 02:10 dgslv