python3.9中numpy==1.19.2对应的scipy和matplotlib版本
时间: 2024-04-09 10:33:27 浏览: 492
在Python 3.9中,与numpy 1.19.2兼容的scipy版本是scipy 1.7.0。你可以使用以下命令安装:
```
pip install scipy==1.7.0
```
对于matplotlib,与numpy 1.19.2兼容的版本是matplotlib 3.4.3。你可以使用以下命令安装:
```
pip install matplotlib==3.4.3
```
请注意,根据你的操作系统和环境设置,可能需要适当的权限或环境配置来成功安装这些库。
相关问题
python3.8中numpy==1.19.2对应的scipy和matplotlib版本
在Python 3.8中,与numpy 1.19.2兼容的scipy版本是scipy 1.5.2。你可以使用以下命令安装:
```
pip install scipy==1.5.2
```
对于matplotlib,与numpy 1.19.2兼容的版本是matplotlib 3.3.2。你可以使用以下命令安装:
```
pip install matplotlib==3.3.2
```
请注意,根据你的操作系统和环境设置,可能需要适当的权限或环境配置来成功安装这些库。
python3.9中numpy==1.19.5对应的scipy和matplotlib版本
在Python 3.9中,与numpy 1.19.5兼容的scipy版本是scipy 1.7.1。你可以使用以下命令安装:
```
pip install scipy==1.7.1
```
对于matplotlib,与numpy 1.19.5兼容的版本是matplotlib 3.4.3。你可以使用以下命令安装:
```
pip install matplotlib==3.4.3
```
请注意,根据你的操作系统和环境设置,可能需要适当的权限或环境配置来成功安装这些库。
阅读全文