Flask==1.0.2 idna==2.8 image-match==1.1.2 itsdangerous==1.1.0 Jinja2==2.10.1 MarkupSafe==1.1.1 networkx==2.2 numpy==1.16.3 Pillow==6.0.0 requests==2.21.0 scikit-image==0.12.3 scipy==1.2.1 six==1.12.0 toolz==0.9.0 urllib3==1.24.2 Werkzeug==0.15.2,安装这些库需要什么版本的python
时间: 2023-08-08 22:13:28 浏览: 365
这些库的大部分都支持 Python 3.x 版本和 Python 2.7,但是有几个库已经停止支持 Python 2.x 版本。建议你使用 Python 3.x 版本,这将使你能够使用所有这些库以及其他许多有用的库。
以下是每个库的最低 Python 版本要求:
- Flask==1.0.2:Python 2.7 或 Python 3.4+
- idna==2.8:Python 2.7 或 Python 3.4+
- image-match==1.1.2:Python 2.7 或 Python 3.5+
- itsdangerous==1.1.0:Python 2.7 或 Python 3.4+
- Jinja2==2.10.1:Python 2.7 或 Python 3.4+
- MarkupSafe==1.1.1:Python 2.6 或 Python 3.3+
- networkx==2.2:Python 2.7 或 Python 3.4+
- numpy==1.16.3:Python 2.7 或 Python 3.4+
- Pillow==6.0.0:Python 2.7 或 Python 3.4+
- requests==2.21.0:Python 2.7 或 Python 3.4+
- scikit-image==0.12.3:Python 2.7 或 Python 3.4+
- scipy==1.2.1:Python 2.7 或 Python 3.5+
- six==1.12.0:Python 2.6 或 Python 3.3+
- toolz==0.9.0:Python 2.7 或 Python 3.4+
- urllib3==1.24.2:Python 2.7 或 Python 3.4+
- Werkzeug==0.15.2:Python 2.7 或 Python 3.5+
因此,如果你要使用这些库,建议你使用 Python 3.4 或更高版本。
阅读全文