@zuferlot I can see a small mistake in your code.
brain = stc.plot(surface='white ') <<- error line
Remove the space after white to complete the string .
It should work.
For replicating such issues, please use MNE example code. So that we can easily replicate the issue as well.
cheers,
Dip