Kar*_*_89 5 python stockquotes pandas yfinance
当尝试使用 yfinance 包从 yahoo Finance 下载股票价格数据时,我收到以下错误:OperationalError('无法打开数据库文件')
看来价格只是不下载。我该如何解决此错误?我还没有在互联网上找到解决方案。
预先非常感谢您!
我用谷歌搜索,升级了 pip 安装,重新安装了 anaconda,重置了 Windows,调整了文件夹权限,以管理员身份运行...没有任何效果。
小智 7
pip uninstall yfinance && pip install yfinance==0.2.28
Run Code Online (Sandbox Code Playgroud)
为我工作...