我无法通过 "pip" 安装 "numba" 包
I can't install the "numba" package via "pip"
enter image description here
我无法通过“pip”安装“numba”包。我想安装“numba”包,但每次都报错
请检查您的 python 和 numpy 版本。 Numba 与 Python 3.6 或更高版本以及 Numpy 1.15 或更高版本兼容。请检查文档
https://numba.pydata.org/numba-doc/latest/user/installing.html
在 x86/x86_64 平台上使用 pip 安装
Windows、Mac 和 Linux 的二元轮也可从 PyPI 获得。您可以使用 pip 安装 Numba:
$ pip 安装 numba
enter image description here
我无法通过“pip”安装“numba”包。我想安装“numba”包,但每次都报错
请检查您的 python 和 numpy 版本。 Numba 与 Python 3.6 或更高版本以及 Numpy 1.15 或更高版本兼容。请检查文档 https://numba.pydata.org/numba-doc/latest/user/installing.html
在 x86/x86_64 平台上使用 pip 安装 Windows、Mac 和 Linux 的二元轮也可从 PyPI 获得。您可以使用 pip 安装 Numba:
$ pip 安装 numba