使用Pyinstaller在ubuntu上打包paddle应用时出现BUG

7gcisfzg  于 5个月前  发布在  其他
关注(0)|答案(8)|浏览(54)

bug描述 Describe the Bug

pyinstaller -D xxx.py

使用Pyinstaller在ubuntu上打包paddle应用时出现BUG

此时 lib_dir = os.path.sep.join([site.USER_SITE, 'paddle', 'libs']) 的 site.USER_SITE的值为None

其他补充信息 Additional Supplementary Information

No response

lc8prwob

lc8prwob1#

您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档常见问题历史IssueAI社区 来寻求解答。祝您生活愉快~

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 APIFAQGithub Issue and AI community to get the answer.Have a nice day!

bvjveswy

bvjveswy2#

你好,使用的什么paddle版本,在打包什么应用出现的问题?可以多描述下背景,最好提供下最小可复现代码。

laximzn5

laximzn53#

你好,使用的什么paddle版本,在打包什么应用出现的问题?可以多描述下背景,最好提供下最小可复现代码。
2.42版本

ilmyapht

ilmyapht4#

我最近也遇到这个问题了,正在尝试用pyintaller打包时将paddle添加进去

kzmpq1sx

kzmpq1sx5#

看起来是site.USER_SITE的python路径为空,可以检查下,或尝试手动设置一下,然后打包看看。

k5ifujac

k5ifujac6#

请问这个问题是如何解决的。

qzlgjiam

qzlgjiam7#

I'm facing the same issue, and it seems we're in the same boat. Can you lend a hand? Your expertise would be invaluable in solving this. Let's connect soon to discuss further.

cgyqldqp

cgyqldqp8#

I have encountered the same issue with cx_Freeze as well.

相关问题