Unable to import package: Issues with InputHookManager
问题 I have now spent the last hour or so trying to fix this issue but failed. I have read several related questions such as this, GitHub issues such as this but can't find how to best solve this issue. Steps leading to the error import matplotlib.pyplot as plt Error message: AttributeError: 'InputHookManager' object has no attribute '_stdin_file' EDIT Importing as follows throws the same error(please see details of my system and failed attempts below): from matplotlib import pyplot as plt It