MycroftAI / enclosure-picroft

Mycroft interface for Raspberry Pi environment
https://mycroft.ai/documentation/picroft
GNU Lesser General Public License v3.0
806 stars 192 forks source link

Error starting CLI: IOError: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/site-packages/setuptools-39.0.1.dist-info/METADATA' #56

Closed MatthewScholefield closed 6 years ago

MatthewScholefield commented 6 years ago

While running a fresh image of the picroft 3-14 image, I get the following error when starting 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'
MatthewScholefield commented 6 years ago

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.