You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be a python2 / python3 error when starting the script. Says import error functools-lru-cache.
Workaround:
sudo pip2 uninstall backports.functools-lru-cache
sudo apt install python-backports.functools-lru-cache
The text was updated successfully, but these errors were encountered:
Seems to be a python2 / python3 error when starting the script. Says import error functools-lru-cache.
Workaround:
sudo pip2 uninstall backports.functools-lru-cache
sudo apt install python-backports.functools-lru-cache
The text was updated successfully, but these errors were encountered: