最近在电脑为Python安装akshare时,总是提示以下错误: akshare 1.16.90 depends on aiohttp=3.11.13 发现是这个版本的akshare依赖于aiohttp 3.11.13,但继续安装aiohttp又不存在该版本,在豆包和deepseek查询都没有解决办法。 后来问了deepseek:aiohttp 3.12.0 是否不支持...
1、更新Pip python -m pip install --upgrade pip 2、永久换源 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ 阿里云 https://mirrors.aliyun.com/pypi/simple/ 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 豆瓣 http://pypi.douban.com/simple/ 华为云 htt...
最近在电脑为Python安装akshare时,总是提示以下错误: akshare 1....
1、更新Pip python -m pip install --upgrade pip 2、永久换源 pip config set...