kerlomz/captcha_trainer

最新编译版启动闪退是什么问题呢

2213766112 opened this issue · 3 comments

PS C:\Users\Administrator\Desktop> cd D:\gpu-win64-20201115
PS D:\gpu-win64-20201115> .\app.exe
Traceback (most recent call last):
File "app.py", line 16, in
File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
File "make_dataset.py", line 7, in
File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
File "tensorflow_init_.py", line 41, in
File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
File "tensorflow\python_init_.py", line 41, in
File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
File "tensorflow\python\eager\context.py", line 35, in
File "E:\Workplaces\PythonProjects\captcha_trainer\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module
File "tensorflow\python\pywrap_tfe.py", line 29, in
ImportError: DLL load failed: 找不到指定的模块。
[3832] Failed to execute script app
PS D:\gpu-win64-20201115>

是不是某些路径写死了呐

编译版显示路径是编译前电脑的项目路径这个没什么问题的,主要问题是闪退的原因,一般 DLL load failed 的情况首先检查VC运行库是否安装完整,还有显卡驱动是否为最新,硬件要求英伟达系列显卡,型号最好是RTX1050ti以上,并且小于30系。最新编译版支持30系显卡。

On Mon, Nov 16, 2020 at 11:02 AM 2213766112 @.***> wrote: 是不是某些路径写死了呐 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#73 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEAPBXJREUHYOP4VPBSSGETSQCI3FANCNFSM4TWTXPEQ .

大佬你好,我的3070显卡支持么,为什么老是无法跑起来?