How to downgrade numpy?
问题 I got error TypeError: slice indices must be integers or None or have an __index__ method and searched for a solution and got that i need to downgrade the version of numpy , then tried to use this command python import numpy numpy.__version__ and got >>> numpy.__version__ '1.14.5' but when i used pip show numpy Name: numpy Version: 1.11.0 Summary: NumPy: array processing for numbers, strings, records, and objects. Home-page: http://www.numpy.org Author: NumPy Developers Author-email: numpy