Import error in Lesson 1

Okay, so I have solved this. I had to do
conda install nb_convert

Also had to downgrade numpy version, as it was showing this error:

numpy has no attribute __version__

And it worked like charm! Thanks!