python 2.7 functools_lru_cache does not import although installed

前端 未结 14 1919
星月不相逢
星月不相逢 2020-12-05 17:21

When I try to import matplotlib I get an error

Traceback (most recent call last):
  File \"\", line 1, in 
  File \"/usr/local/lib         


        
14条回答
  •  无人及你
    2020-12-05 17:58

    I had the same problem and my solution was;

    • Download whl file from https://pypi.python.org/pypi/backports.functools_lru_cache/1.3

    • pip install

提交回复
热议问题