错误:在Mac上找不到带有Pyinstaller的path@executable\u path/。/Python3

2024-10-03 00:30:41 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用pyinstaller创建一个可执行文件。我是pyinstaller的新手,所以我不确定自己做错了什么。我正在使用pyinstaller版本4.1

以下是我的命令行参数:

pyinstaller --onefile --paths=/Users/nathanmella/PycharmProjects/Peer_Matcher/venv/lib/python3.7/site-packages --hidden-import=PyQt5.sip app.py Matcher.py main.py Consultant.py Consultee.py

Tags: 命令行py版本可执行文件参数venvmatcherusers