pip install akshare -ihttp://mirrors.aliyun.com/pypi/simple/--trusted-host=mirrors.aliyun.com --upgrade 安装后,运行 import akshare 报错 import akshare as ak File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/akshare/init.py", line 2738, in from akshare.index...
之前是python 3.11,程序一切正常,无论是debug还是直接执行。昨天升级到python 3.12.2后,直接执行没有问题,但debug时会卡死,最后定位卡死在语句“import akshare as ak”上(断点无法过去),没有任何报错信息。如果去除这句以及相关的部分,debug一切顺利 操作系统版本:Windows 11 Pro Python 版本:3.12.2 AKShare 版本...
第二步,重新用pip安装akshare最新版 第三步,重新用pip安装py-mini-racer最新版 这时,在cmd里执行pyt...
我有极大量的数据 想..我有极大量的数据 想要导入至excel 数据的获得方式是这样的 import akshare as akstock_zh_index_daily_df = ak.stock_zh_index_dail
[1000,2000]) p3=p2-p1 p4=math.hypot(p3[0],p3[1]) print(p4) 能否给我讲解下每一步都是在干什么 谢谢大神 分享4赞 python吧 673693838 我有极大量的数据 想要导入至excel 数据的获得方式是这样的 import akshare as ak stock_zh_index_daily_df = ak.stock_zh_index_daily(symbol="sz399552") ....