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

cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes #6802

Open
NitkarshChourasia opened this issue Apr 8, 2024 · 3 comments
Open

Comments

@NitkarshChourasia
Copy link

Expected Behavior

It should work as usual

Current Behavior

PS D:\coding\CODE_WAR\auto_marketing_repository\output> python .\insta_upload_bot.py
Traceback (most recent call last):
File "D:\coding\CODE_WAR\auto_marketing_repository\output\insta_upload_bot.py", line 1, in
from instapy import InstaPy
File "C:\Users\playn\anaconda3\Lib\site-packages\instapy_init_.py", line 6, in
from .instapy import InstaPy
File "C:\Users\playn\anaconda3\Lib\site-packages\instapy\instapy.py", line 34, in
from .browser import close_browser, set_selenium_local_session
File "C:\Users\playn\anaconda3\Lib\site-packages\instapy\browser.py", line 14, in
from .util import interruption_handler
File "C:\Users\playn\anaconda3\Lib\site-packages\instapy\util.py", line 27, in
from emoji.unicode_codes import UNICODE_EMOJI
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' (C:\Users\playn\anaconda3\Lib\site-packages\emoji\unicode_codes_init_.py)

Possible Solution (optional)

I think the project has been abandoned and the modules and it's intricacies has been abandoned.

InstaPy configuration

Installing instapy through fresh conda environment and then installing the instapy

@NitkarshChourasia
Copy link
Author

CAN SOMEBODY PLEASE HELP ME OUT ON THIS?

@thegreatref
Copy link

pip uninstall emoji
pip install emoji==1.7

@NitkarshChourasia
Copy link
Author

NitkarshChourasia commented Apr 12, 2024 via email

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

2 participants