Python conflict Numpy vs Scipy

I have no idea whats going on with Python 3.6.2(Anaconda), I tried all day to install numpy and scipy! I have 3 error message: (it depend what package I install first, or change the order of install)

  • ImportError: numpy.core.multiarray failed to import
  • ModuleNotFoundError: No module named 'scipy'
  • NameError: name 'numpy' is not defined
  • Versions that I used: Windows 10, Anaconda (Python 3.6.2), Numpy 1.13.3, Scipy 0.19.1

    I tried everything, delete all environment vars. Install new Anaconda(Python 3.6.2) Download numpy-1.13.3+mkl-cp36-cp36m-win_amd64.whl, and opencv_python-3.3.0-cp36-cp36m-win_amd64.whl, install it through pip install, change the order of install. Used conda install scipy And nothing work!

    Maybe its versions conflicts ?

    Does anybody know, what is the steps to install and use cv2, numpy, scipy?

    链接地址: http://www.djcxy.com/p/87186.html

    上一篇: WCF服务和Biztalk服务配置错误

    下一篇: Python冲突Numpy vs Scipy