Installing library
-
Hello, everyone. I am new to pythonista. I am now using pythonista 3 for my telegram bot. However after installed the Stash and with command-line git clone and python setup.py, it is still not working.
Error occur with no modules named telegram.ext.Does anyone can give me suggestion??
Thank you very much!!
-
Try use
pip
instead.
Enter this in stash:pip install python-telegram-bot
-
Same error occurred.
Is it related to "site-packages"??
I still don't understand the usage of "site packages" folder.
-
Finally, I installed pipista, and put modules inside "pypi-modules" and it works!!!
-
@hoho9274 since you finally succeeded on a recent version pythonista 3, could you describe how to proceed? Thanks.