-1

I want to develop a bot in telegram using spyder:

from telegram.ext import Updater
bot = telegram.Bot(token='***')

I get the above error.

keramat
  • 4,328
  • 6
  • 25
  • 38

2 Answers2

2

(Spyder maintainer here) This is a known bug and it was fixed in our 3.2.8 version, released on March/2018.

Carlos Cordoba
  • 33,273
  • 10
  • 95
  • 124
0

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.

10 Rep
  • 2,217
  • 7
  • 19
  • 33