03 2023 档案
摘要:pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/ pip config set install.trusted-host mirrors.aliyun.com
阅读全文
摘要:一、问题描述 若直接安装pandas会失败! pip install pandas 二、解决问题 1、官方描述: 请确认已经安装了 xlrd, xlwt, openpyxl 这三个包。其中,当pandas版本为1.2.x时,xlrd版本不得高于 2.0.0 。若pandas版本在1.3.x或以上时,
阅读全文