numpy.core.multiarray failed to import
https://www.py4u.net/discuss/204511How can I upgrade numpy? might be working for you. IN that case it was a path problem: RuntimeError: module compiled against API version 9 but this version of numpy is 6 Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: numpy.core.multiarray failed to import. Solution: Check the path. import numpy print numpy.__path__ . and manually …