1. 程式人生 > >import matplotlib ImportError: cannot import name 'is_string_like'

import matplotlib ImportError: cannot import name 'is_string_like'

Traceback (most recent call last):
  File "321.py", line 2, in <module>
    import matplotlib.pyplot as pt
  File "C:\ProgramData\Anaconda3\envs\tensorflow\
init__.py", line 122, in <module>
    from matplotlib.cbook import is_string_like,
el
ImportError: cannot import name 'is_string_like'

 

 

在anaconda環境下,安裝命令儘量使用 conda install matplotlib,如果同時使用pip install matplotlib,然後在使用conda install matplotlib ,便會報出以上錯位。

如果報出以上錯誤,建議使用pip uninstall matplotlib,conda uninstall matplotlib,解除安裝乾淨之後,重新conda uninstall matplotlib,這樣就會成功
--------------------- 
作者:zhicheng_angle 
來源:CSDN 
原文:https://blog.csdn.net/zhicheng_angle/article/details/84062129 
版權宣告:本文為博主原創文章,轉載請附上博文連結!