Please ignore secret bonuses. Secret tests do NOT award bonus. Max hw grade is 30+2 bonus efficiency

Do you need help?

Spyder debugger not working [poll]

Simone Russolillo (5790 points)
7 10 22
in Programming in Python by (5.8k points)
recategorized by

It may happen that while running the spyder debugger it gives a strange error: 

runfile() got an unexpected keyword argument 'current_namespace'

I checked on the internet and I managed to solve the problem by downgrading some anaconda packages:

if you have the same problem open the terminal and paste these two commands, it worked fine for me:

conda activate my_env
conda install ipykernel=6.2.0
### no choices found for poll!
1.4k views
closed with the note: good fix

2 Answers

KilianS (3590 points)
7 10 27
by (3.6k points)
thanks, this helped me.
Ganni02 (4920 points)
1 2 15
by (4.9k points)
After the commands, you might need to close and re-open Spyder as had the issue also. Good day :))