嗨,我正在关注使用 matplotlib.finance 来使用烛台.ohlc 的教程。在研究时,我发现该库已被弃用并使用 mlp_finance。我相信我已经通过运行命令提示符并输入 pip install mpl_finance 来安装它。我得到这个的结果
我尝试重新运行脚本,但仍然出现错误:
from mpl_finance import candlestick_ohlc
ModuleNotFoundError: No module named 'mpl_finance'
我检查了 python 库路径,但没有看到标有 mlp_finance 的文件夹(我不确定我是否应该这样做)。但我确实看到了一个标有 mpl_finance-0.10.0-py3.7.egg 的文件
对解决此问题有任何帮助吗?下载 git 包并运行命令提示符安装
运行命令行 pip install git clone https://github.com/matplotlib/mpl_finance.git mpl_finance.git