I want to develop a bot in telegram using spyder:
JavaScript
x
3
1
from telegram.ext import Updater
2
bot = telegram.Bot(token='***')
3
I get the above error.
Advertisement
Answer
I encountered this issue with Spyder 3.2.6,
All you have to do is open Spyder with admin privileges, and the problem goes away. It’s a temporary fix, but 100 percent works.