gpt4 book ai didi

python - yfinance 不工作 - 接收 json.decoder.JSONDecodeError

转载 作者:行者123 更新时间:2023-12-04 11:22:46 27 4
gpt4 key购买 nike

我正在从 yfinance 抓取股市数据。在过去的几周里,我的代码运行良好。出于某种原因,现在我收到以下错误:

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)


执行时:
import yfinance as yf
tsla_df = yf.download('TSLA', start='2020-01-01', end='2021-01-01', progress=False)
我在 Stack Overflow 上读到过这个错误,但没有人有合适的解决方案来解决这个问题。我想知道因为这个简单的代码几天前运行良好。那么目前 yfinance API 是否存在普遍问题?任何人都可以确认或解决此问题吗?

最佳答案

yfinance 已提出问题,您需要升级
按照这里
https://github.com/ranaroussi/yfinance/issues/764
来自 github:

If you're getting an json.decoder.JSONDecodeError related error, please upgrade to yfinance 0.1.62.Upgrade using:


$ pip install yfinance -U--no-cache-dir


完整对话在这里:
https://github.com/ranaroussi/yfinance/issues/760
我无法修复工作,但此评论对我有用
https://github.com/ranaroussi/yfinance/issues/760#issuecomment-877379498
pip uninstall yfinance
pip install git+https://github.com/ranaroussi/yfinance.git#egg=yfinance

关于python - yfinance 不工作 - 接收 json.decoder.JSONDecodeError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68321311/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com