关于plotly模块的下载
各位大佬,我通过cmd输入 pip install plotly总是下载失败,有没有人有3.9版本64位的whi的安装包或者传送门呀!跪求用下清华镜像试试看:
python -m pip install plotly -i https://pypi.tuna.tsinghua.edu.cn/simple 1 Twilight6 发表于 2020-11-14 20:03
用下清华镜像试试看:
大佬 pandas模块的可否也发我一个 本帖最后由 Twilight6 于 2020-11-14 20:21 编辑
xinghun12017 发表于 2020-11-14 20:17
大佬 pandas模块的可否也发我一个
模板这样改<模块名> 即可:
python -m pip install <模块名> -i https://pypi.tuna.tsinghua.edu.cn/simple
pandas 模块清华镜像 pip 安装代码:
python -m pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple
页:
[1]