-
Notifications
You must be signed in to change notification settings - Fork 56
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
ImportError: cannot import name 'UNICODE_EMOJI' from 'emoji.unicode_codes' #36
Comments
#from emoji import UNICODE_EMOJI in isntapy/util.py |
t ofix |
Any solution? I am still getting this issue |
|
btw thats not the only failing dependency, at least on python 3.10. the second one is
this should install clarifai 2.6.2 also these: venv/bin/pip install "instapy-chromedriver==2.36.post0"
venv/bin/pip install "selenium<=4.9" |
here is a setup which successfully runs on my system (ubuntu 20): logging in doesn't work though, but I'll fork the project and try to do smth about it |
WARNING [2023-07-26 11:39:57] [ ] - Hide Selenium Extension: error Everything stops at the login page. What can be done? |
If I run
python3 quickstart.py
InstaPy fails to run and returns the following trace:(Debian Bullseye on Rpi4)
If I
pip3 install emoji
it says that "Requirement already satisfied: emoji in /home/ha-server-pi/.local/lib/python3.9/site-packages (2.0.0)"The text was updated successfully, but these errors were encountered: