Closed MatthewScholefield closed 6 years ago
While running a fresh image of the picroft 3-14 image, I get the following error when starting mycroft-cli-client:
mycroft-cli-client
IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/site-packages/setuptools-39.0.1.dist-info/METADATA'
The solution is to upgrade to the latest mycroft-core with:
sudo apt-get update && sudo apt-get install -y mycroft-core
If dpkg complains, try running sudo dpkg --configure -a first.
sudo dpkg --configure -a
While running a fresh image of the picroft 3-14 image, I get the following error when starting
mycroft-cli-client
: