Win10上安装Python3.7-64bit


参考https://docs.opencv.org/4.1.0/d5/de5/tutorial_py_setup_in_windows.html

方法一:到官网上https://www.python.org/downloads/windows/,下载对应的installer,双击即可
缺点:
  Problem is that, there is no official 64-bit binaries of Numpy.
You have to build it on your own. For that, you have to use the same compiler used to build Python. When you start Python IDLE, it shows the compiler details. You can get more information here.
So your system must have the same Visual Studio version and build Numpy from source.

方法二:直接安装anaconda(https://www.anaconda.com/distribution/).
Anaconda指的是一个开源的Python发行版本,其包含了conda、Python等180多个科学包及其依赖项.

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM