I tried installing Anaconda and get "UnicodeDecodeError: 'ascii' codec can't decode byte 0xe0 in position 9: ordinal not in range(128)" when I try to run Python
| You should install in a folder whose path does not contain any non-English characters. |
Hello dear stuff members: I have had the following problem. In code where there
is a window, and I have to click, and this should make the code to respond,
my clicks does not follow by any code being executed.
|
Do one of the following: 1) Open the file using Spyder, open the code, switch to Console(instead of IPython Console), and then click the play button on top of the screen. Now it should work. 2) Add the following line to your code: matplotlib.use('TkAgg') |
