I get the error 'Updater' object has no attribute 'job_queue' . I have Python 3.5.1 and installed python-telegram-bot using Pip in a virtual environment. Though I later fixed this issue by installing using the git link directly, I am curious to know why didn't Pip installed the latest version which should have job_queue method ?
I get the error 'Updater' object has no attribute 'job_queue' . I have Python 3.5.1 and installed python-telegram-bot using Pip in a virtual environment. Though I later fixed this issue by installing using the git link directly, I am curious to know why didn't Pip installed the latest version which should have job_queue method ?