Couldn't find path to unrar library.添加依赖

社会主义新天地 提交于 2020-02-04 23:59:14

Pip刚搞好,真的是寸步难行,还是这一行代码,from unrar import rarfile:
Couldn’t find path to unrar library.

目前只是在windows环境下遇到,linux下目前没有遇到:
在 pip install rarfile 和 pip install unrar安装这些库之后,还需要一个依赖:

UnRARDLL

1.	http://www.rarlab.com/rar/UnRARDLL.exe 官网下载安装
2.	添加环境变量,不赘述,注意32位和64位不同:
a)	UNRAR_LIB_PATH :C:\Program Files (x86)\UnrarDLL\x64\UnRAR64.dll
b)	UNRAR_LIB_PATH :C:\Program Files (x86)\UnrarDLL\UnRAR.dll
3.	老毛病,习惯性重启系统,重开ide

linux的目前还没有遇到,可能虚拟机上面的东西安装的多,不知道哪个包依赖顺手就装了,遇到问题再编辑吧

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!