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
I had the same error, I did the following steps:
uninstall scikit-image
pip uninstall scikit-image
or
conda uninstall scikit-image
and then
pip install scikit-image
conda install -c conda-forge scikit-image