Open Tinaisok opened 2 months ago
感谢关注 @Tinaisok,CUDA消失可能是你环境变量指定的D:\biancheng\CUDA\bin
并不存在。
如果感觉到安装有困难可以使用我们的一键安装包,我们已经将环境打包进去了,可以以类似conda的方式启动环境。
proper cuda and c++ tools installation full tutorial : https://youtu.be/-NjNy7afOQ0
with this one my auto installer works even for anime version self compiling on a python venv : https://youtu.be/FPtpNrmuwXk
我试试,非常感谢!
---原始邮件--- 发件人: "Furkan @.> 发送时间: 2024年8月19日(周一) 晚上8:23 收件人: @.>; 抄送: @.**@.>; 主题: Re: [KwaiVGI/LivePortrait] 执行python setup.py build install显示error:[WinError 2]找不到指定的文件 (Issue #331)
proper cuda and c++ tools installation full tutorial : https://youtu.be/-NjNy7afOQ0
with this one my auto installer works even for anime version self compiling on a python venv : https://youtu.be/FPtpNrmuwXk
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
之前成功在另一台电脑执行了python inference.py,这次再试试执行
python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching
,还是报错了。 先是了一下执行第一个python程序,一切正常,再继续就不行了。之后执行python setup.py build install显示error:[WinError 2]找不到指定的文件,如果不管这个报错,继续执行python inference_animals.py -s assets/examples/source/s39.jpg -d assets/examples/driving/wink.pkl --driving_multiplier 1.75 --no_flag_stitching
,显示ModuleNotFoundBrror: No module naned 'MultiscaleDeformableAttention
应该是之前指定setup没成功,这个库没装上。现在回去解决setup报错找不到指定文件的问题。 看了一下环境变量,应该都配置好了。 我的安装目录这次全部改到了D盘的一个文件夹,看来一下目录,一看吓一跳,我之前安装的CUDA去哪了?,我之前配置了环境变量然后重启就没了(重启之前配置环境变量的时候CUDA文件还在),nvcc -V也失效了,搜索栏搜了一下cuda(之前成功运行程序的那台电脑搜索能出现),直接找不到。使用文件搜索工具,搜了一下cuda下面的demo_suite文件夹,打开后直接没有对应的两个exe程序。 这下确定cuda没了,为什么改个环境变量重启cuda就没了,不知道开发老兄知不知道原因。 明天再把cuda重新装一下再试试运行,看看能不能成功。