Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error : linux Fedora 29 with functools_lru_cache #63

Open
catafest opened this issue Mar 14, 2019 · 0 comments
Open

error : linux Fedora 29 with functools_lru_cache #63

catafest opened this issue Mar 14, 2019 · 0 comments

Comments

@catafest
Copy link

error with
I uninstall and install it , but I got same error:

[mythcat@desk ~]$ python
Python 2.7.15 (default, Oct 15 2018, 15:26:09) 
[GCC 8.2.1 20180801 (Red Hat 8.2.1-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mplleaflet
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/mythcat/.local/lib/python2.7/site-packages/mplleaflet/__init__.py", line 3, in <module>
    from mplleaflet._display import (
  File "/home/mythcat/.local/lib/python2.7/site-packages/mplleaflet/_display.py", line 10, in <module>
    import matplotlib.pyplot as plt
  File "/home/mythcat/.local/lib/python2.7/site-packages/matplotlib/__init__.py", line 130, in <module>
    from matplotlib.rcsetup import defaultParams, validate_backend, cycler
  File "/home/mythcat/.local/lib/python2.7/site-packages/matplotlib/rcsetup.py", line 29, in <module>
    from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
  File "/home/mythcat/.local/lib/python2.7/site-packages/matplotlib/fontconfig_pattern.py", line 28, in <module>
    from backports.functools_lru_cache import lru_cache
ImportError: No module named functools_lru_cache
>>> 
[4]+  Stopped                 python
[mythcat@desk ~]$ pip install backports.functools_lru_cache --user
Requirement already satisfied: backports.functools_lru_cache in ./.local/lib/python2.7/site-packages (1.5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant