本文主要是介绍python3.5安装numba加速模块llvmlite版本不一致问题,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
报错:
Building wheel for llvmlite (setup.py) ... error
解决方案:
C:\Users\mazhe>pip install llvmlite==0.31.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com --proxy="http://proxy3.bj.petrochina:8080"
C:\Users\mazhe>pip install llvmlite==0.31.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com --proxy="http://proxy3.bj.petrochina:8080"
参考博客
:
https://blog.csdn.net/qq_42318288/article/details/105768263
这篇关于python3.5安装numba加速模块llvmlite版本不一致问题的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!