Albeiro-Dev
4/17/2019 - 1:03 PM

numpy import multiarray error

To solve it check that you don't have conflicts between the Anaconda Numpy version and the system Python version.

Try reinstalling numpy in both sides.

pip uninstall numpy (multiple times)
pip install numpy