I have started learning Tensorflow. I am using Pycharm and my environment is Ubuntu 16.04. I am following the tutorial. I cross check the nump. It is up-to-date. I don\'t kn
Seems I also had the same issue due to two versions installed sametime.
I solved it by uninstalling scikit-image multiple times till none was left.
pip uninstall scikit-image
Then Reinstall:
It worked for me.