Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instapy not working #273

Open
lucasrhb opened this issue Oct 12, 2022 · 3 comments
Open

instapy not working #273

lucasrhb opened this issue Oct 12, 2022 · 3 comments

Comments

@lucasrhb
Copy link

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)

@MightyM00n
Copy link

i have same problem did you solve it?

@eastcoastboys
Copy link

I am also having the same issue...

@dgslv
Copy link

dgslv commented Oct 27, 2022

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.

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

No branches or pull requests

4 participants