hardingnj / xpclr

Code to compute the XP-CLR statistic to infer natural selection
MIT License
85 stars 26 forks source link

ImportError: cannot import name lru_cache #67

Closed dawei1203 closed 3 years ago

dawei1203 commented 3 years ago

[dawei@localhost bin]$ xpclr -h Traceback (most recent call last): File "/home/dawei/anaconda3/envs/python27/bin/xpclr", line 5, in import xpclr File "/home/dawei/anaconda3/envs/python27/lib/python2.7/site-packages/xpclr/init.py", line 3, in from xpclr import methods File "/home/dawei/anaconda3/envs/python27/lib/python2.7/site-packages/xpclr/methods.py", line 11, in from functools import lru_cache ImportError: cannot import name lru_cache