FAQ
1. Unable to collect data after installing uma on systems like Ubuntu16.0.4
Systems like Ubuntu16.0.4 do not support Python2.x versions by default
Solution:
-
Uninstall uma
dpkg -P uma
-
Install Python2.x related versions
sudo apt-get install python2.7
sudo apt-get install python-pip
- Reinstall uma """.