import numpy 时出问题

Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.

解决办法:在这里https://github.com/ipython/ipyparallel/issues/349,只需

  1. pip uninstall -y numpy

  2. pip uninstall -y setuptools

  3. pip install setuptools

  4. pip install numpy

 

你可能感兴趣的:(工具类)