摘要: 经过搜索查找,发现错误原因是我在win7 x64的机器上装了64位的python IDLE,不能有效load32位的dll,换成32位的python就好了。 阅读全文
posted @ 2019-01-28 13:46 anobscureretreat 阅读(7852) 评论(0) 推荐(0)
摘要: LookupError: Couldn't find path to unrar library. 意思是找不到 unrar library的路径,这里我们就需要去下载这个unrar library,事实上它就是UnRAR.dll这个东西,下载网址:http://www.rarlab.com/rar 阅读全文
posted @ 2019-01-28 13:17 anobscureretreat 阅读(2142) 评论(0) 推荐(0)
摘要: 加入环境变量即可 记得,关闭命令行窗口,重新打开一个新窗口 阅读全文
posted @ 2019-01-28 00:42 anobscureretreat 阅读(1859) 评论(0) 推荐(0)
摘要: import os import sys path = '"'+os.path.dirname(sys.executable)+'\\scripts\\pip" install --upgrade pip' os.system(path) 阅读全文
posted @ 2019-01-28 00:22 anobscureretreat 阅读(2078) 评论(0) 推荐(0)