我一直在尝试多种方法在 anaconda 中安装 freqtrade,但总是出错。我认为最简单的代码是:
pip install freqtrade
它只会给我以下错误:
Building wheel for TA-Lib (setup.py): started
Building wheel for TA-Lib (setup.py): finished with status 'error'
Successfully built sdnotify yarl
Failed to build py-find-1st blosc TA-Lib
如何直接从我的 Jupyter Notebook 安装 freqtrade?
我查看了以下安装说明:https ://www.freqtrade.io/en/2020.7/installation/#windows - 也没有成功。
谢谢!