python安装模块wheel步骤

python安装模块wheel步骤

1.先安装wheel,在cmd窗口下输入: pip install wheel
2.下载工具包: numpy模块:http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

                      scipy模块:http://www.lfd.uci.edu/~gohlke/...
3.安装whl文件,如把x.whl文件放在D盘根目录下,则在cmd输入: pip install d:\x.whl

pip3.8 install D:\opencv_python-4.5.1.48-cp38-cp38-win_amd64.whl

你可能感兴趣的:(arcpy批处理,python,GIS,python,linux,软件测试,numpy,anaconda)