Windows下dlib库python安装(CUDA)

直接编译会遇到很多问题,包括且不限于:

ValueError: path 'dlib/CMakeLists.txt/' cannot end with '/'

build\bdist.win-amd64\egg\EGG-INFO\PKG-INFO

等等

经过测试,在python3.10环境下编译安装dlib19.24.4会报如上错误。

解决方法暂时没找到,尝试过安装VS2022重新编译、改convert_path(item) 改成convert_path(item[:-1])等方式(https://blog.csdn.net/qq_43354468/article/details/127144337)都没有结果。

最终解决:https://github.com/eddiehe99/dlib-whl

直接下载所需的whl包进行安装,并按照说明指定CUDA相关路径即可。

posted @ 2024-07-01 19:33  duxingmengshou  阅读(94)  评论(0编辑  收藏  举报