You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: