akfamily / akshare

AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
https://akshare.akfamily.xyz
MIT License
8.96k stars 1.84k forks source link

Python3.10 pip install AKShare 报错 #5065

Closed changjialiBRY closed 1 month ago

changjialiBRY commented 1 month ago

【操作背景】

  1. Python3.10虚拟环境中引入akshare;

【报错信息】

【尝试解决步骤】

  1. 返回Failed connect to chromium.goolesource.com:443; connection timed out;尝试pip install akshare -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade,返回 .[0:45:12] Started. [0:45:12]

    ____ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/external/github.com/google/fuzztest.git /tmp/pip-install-tpnl40du/mini-racer_cb0f83585df940f09a0a78cd0cdb2748/v8_workspace/v8/third_party/fuzztest/_gclient_src_asxzj_ek' in '/tmp/pip-install-tpnl40du/mini-racer_cb0f83585df940f09a0a78cd0cdb2748/v8_workspace'

    [0:45:12] Cloning into '/tmp/pip-install-tpnl40du/mini-racer_cb0f83585df940f09a0a78cd0cdb2748/v8_workspace/v8/third_party/fuzztest/_gclient_src_asxzj_ek'... [0:45:15] error: RPC failed; result=22, HTTP code = 400 [0:45:15] fatal: The remote end hung up unexpectedly

  2. 尝试使用代理未生效;依旧报错

  3. 尝试设置git的缓存大小,也报错

albertandking commented 1 month ago

【操作背景】

  1. Python3.10虚拟环境中引入akshare;

【报错信息】 1. 2.

【尝试解决步骤】

  1. 返回Failed connect to chromium.goolesource.com:443; connection timed out;尝试pip install akshare -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com --upgrade,返回 .[0:45:12] Started. [0:45:12] ____ running 'git -c core.deltaBaseCacheLimit=2g clone --no-checkout --progress https://chromium.googlesource.com/external/github.com/google/fuzztest.git /tmp/pip-install-tpnl40du/mini-racer_cb0f83585df940f09a0a78cd0cdb2748/v8_workspace/v8/third_party/fuzztest/_gclient_src_asxzj_ek' in '/tmp/pip-install-tpnl40du/mini-racer_cb0f83585df940f09a0a78cd0cdb2748/v8_workspace' [0:45:12] Cloning into '/tmp/pip-install-tpnl40du/mini-racer_cb0f83585df940f09a0a78cd0cdb2748/v8_workspace/v8/third_party/fuzztest/_gclient_src_asxzj_ek'... [0:45:15] error: RPC failed; result=22, HTTP code = 400 [0:45:15] fatal: The remote end hung up unexpectedly
  2. 尝试使用代理未生效;依旧报错
  3. 尝试设置git的缓存大小,也报错

测试正常;请调试本地环境