我已经使用 pip 从 PyPI 安装了 yahoo Finance,当我运行以下脚本时,出现导入错误:没有名为 yahoo_finance 的模块
from yahoo_finance import Share BlackDiamond = Share('BDE') print(BlackDiamond.get_open)
python yahoo-finance
python ×1
yahoo-finance ×1