QGIS start-up error message: "Couldn't load plugin MetaSearch due to an error when calling its classFactory() method"
Had the same error, found the solution here: QGIS issues
Just run:
sudo pip install requests
to install the required module.
In my case this helped (Ubuntu 16.04):
sudo apt-get install python-requests