i use logging for
logger = telebot.logger
telebot.logger.setLevel(logging.DEBUG)
and in local it works perfectly
but in my vps
when i want to run it
it says that i don't have "logging"
and when i want to install it
it bring me an error
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-shblcb5h/logging/
do you know how can i solve this?
the command you ran was pip2 install, it used python3.5
Обсуждают сегодня