pip install 安装模块指定版本
一、Scipy模块指定安装版本
pip install Scipy # 最新版本
pip install Scipy==1.2.1 # 指定版本
pip install 'Scipy>=1.2.1' # 最小版本
免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。
参考、来源:
https://blog.csdn.net/qq_19446965/article/details/106978982