l解决error: command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1_raise compileerror(msg) distutils.errors.compileer-CSDN博客u文章浏览阅读7.8k次,点赞2次,收藏5次。查看自己python的版本,然后下载自己版本Python的devel,比如python3.7.7就是sudo apt-get install python3.7-dev安装依赖库sudo apt-get install build-essential python3-dev libssl-dev libffi-dev libxml2 libxml2-dev libxslt1-dev zlib1g-dev..._raise compileerror(msg) distutils.errors.compileerror: command 'x86_64-linuxhttps://blog.csdn.net/devil6636252/article/details/109621718
ubuntu上面,这位作者讲的在点子上,编译代码需要dev相关依赖库。
TA-LibTA-Lib : Python wrapper for TA-Lib (https://ta-lib.org/).http://ta-lib.github.io/ta-lib-python/window下的whl文件:
https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-libhttps://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib
还有一些高手自己编译3.11版本的包,感谢各路大神!
但我不记得最后是用哪个版本安装成功的,用了官方的3.10的32位库也有可能。