After a pip update, pip has stopped working completely.
Z:\\>pip install matplotlib Traceback (most recent call last): File \"c:\\program files\\python3
in one case, from your python file do this edit to your IMPORT
--import [MODULE] ++from [MODULE_NAME] import [MODULE]