ImportError: cannot import name '_validate_lengths'

后端 未结 7 1940
自闭症患者
自闭症患者 2021-01-01 08:13

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

7条回答
  •  温柔的废话
    2021-01-01 08:58

    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:

    pip uninstall scikit-image
    

    It worked for me.

提交回复
热议问题