Paddle-Lite
Paddle-Lite copied to clipboard
ImportError: DLL load failed while importing lite: 找不到指定的模块。
您好,我的环境是 window10 , Python3.8
我按照文档,用 VS2015 编译了 PaddleLite,编译指令是:
lite\tools\build_windows.bat with_extra with_profile with_precision_profile
然后在 dist 目录下,安装了 paddlelite-83000d84b-cp38-cp38-win_amd64.whl
执行 import paddlelite
没有问题
但是执行
from paddlelite.lite import *
报错:
ImportError: DLL load failed while importing lite: 找不到指定的模块。
请问这个该怎么解决呢? 我看到官方也没有提供Py3.8的预编译包,也是因为这个问题吗?
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网文档、常见问题、历史Issue来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API,FAQ and Github Issue to get the answer.Have a nice day!
开发人员正在跟进中
请问楼主怎么解决了?开发人员跟进如何了?