Hello,
i had an issue to get the Instapy started.
but outcommenting fixed it in the first place
but later when the skript runs there reappears the emoji import error.
As result the skript stops :(
can you provide a solution?
chrome latest + win 10
GZ Basti
@Basti922 Please don't touch the code if your not aware of what you are doing... This will generate more problems than it solves!
You have to revert your changes in the code (or simply clone the repo again) and simply install the emoji module like every other one of the modules.
Just do
pip install emoji
or if this is not working, find out the python3 version installed and do (for me its 3.5)
pip3.5 install emoji
Thanks :)
On Fri, Jun 9, 2017, 16:44 Tim Großmann notifications@github.com wrote:
@Basti922 https://github.com/basti922 Please don't touch the code if
your not aware of what you are doing... This will generate more problems
than it solves!You have to revert your changes in the code (or simply clone the repo
again) and simply install the emoji module like every other one of the
modules.Just do
pip install emoji
or if this is not working, find out the python3 version installed and do
(for me its 3.5)pip3.5 install emoji
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/timgrossmann/InstaPy/issues/306#issuecomment-307408273,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AbxT7uuMdNjMP0NP0MhaAcnvKb16Xkzpks5sCVpNgaJpZM4N1b1p
.