Open rogalski opened 7 years ago
A work-around for missing backports.functools_lru_cache is to install it from the conda-forge-channel.
conda install --channel conda-forge backports.functools_lru_cache
For me this install resolved the following error. pylint now seems to work fine in python 2.
Problem importing module variables.py: No module named functools_lru_cache
Problem importing module variables.pyc: No module named functools_lru_cache
Consider subsection from output of
conda info pylint
:Actually, Pylint requires additional backports to work correctly.
Same issue will arise in next release with
singledispatch
backportSee PyCQA/pylint#1296 for additional insight.