使用pip安装numba报错 安装对应版本即可 python3.5对应numba0.45.0 即pip install numba==0.45.0 若提示llvmlite的问题 numba(0.45.0)对应llvmlite0.29.0 即 pip install llvmlite==0.29.0