syutbai
Results
2
comments of
syutbai
Hi, First, I must amend my previous comment about 18.04 upgrade since the system stopped working around the same time as the upgrade, I conflated the two events together; but,...
Are you running Python 3? It is probably a problem with relative path. I got it working by modifying ```__init__.py``` to have relative path: ``` - from lru_cache import LruCache...