遇到的问题及解决汇总(装机篇)

来源:互联网 发布:java 开源oa系统 编辑:程序博客网 时间:2024/05/23 23:30

1.使用pip安装pandas

问题:出现pandas warning: no previously-included files matching '*.pyd' found anywhere in distribution

解决:apt-get install python-pandas

2.使用wget下载下载连接

3.使用   “pip install--upgrade 库名”   升级过期库

4.使用sudo apt-get update 出现:The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D5A09DC9B929006

解决办法:sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8D5A09DC9B929006(其他的数字码同理)