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
upgrade scikit-image to latest, OR downgrade NumPy to 1.15.
pip install -U scikit-image
or
pip install numpy==1.15
if the pip isn't latest. You may need this:
python -m pip install --upgrade pip
refer to Getting ImportError: cannot import name '_validate_lengths' #3906 .