# TA-LIB Could not build wheels 解決方法 `ERROR: Could not build wheels for ta-lib, which is required to install pyproject.toml-based projects` 如果遇到這個問題,通常是python版本不符, 可以先用 `python3 -V ` 檢查版本 在TA-Lib支援列表中可以看到,目前只有支援到3.4~3.10,如果是python3.11是無法支援的,因此需要降python版本才有辦法使用 https://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib ![](https://hackmd.io/_uploads/BJH0l0Oza.png) 參考資料 1. 升級python版本 https://www.itsupportwale.com/blog/how-to-upgrade-to-python-3-11-on-ubuntu-20-04-and-22-04-lts/ 2.