Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pyinstaller #17

Open
yangkang121 opened this issue Apr 25, 2024 · 8 comments
Open

Pyinstaller #17

yangkang121 opened this issue Apr 25, 2024 · 8 comments
Assignees
Labels
enhancement New feature or request

Comments

@yangkang121
Copy link

想要打包成exe文件,可以说一下怎么打包嘛?自己打包总是出错

@SwimmingLiu
Copy link
Owner

我没有尝试过用pyinstall打包,毕竟携带pytorch,打包之后会非常臃肿。 如果是想在朋友的电脑运行,后续我可能会考虑出一款基于Web的YOLO可视化工具。 把YOLO检测功能放在云端,然后打开一个链接就可以使用了。

@chenhongming
Copy link

期待网页端的版本。

@SwimmingLiu SwimmingLiu self-assigned this May 16, 2024
@SwimmingLiu SwimmingLiu added the enhancement New feature or request label May 16, 2024
@yangkang121
Copy link
Author

yangkang121 commented May 24, 2024 via email

@OpenAI-chn
Copy link

OpenAI-chn commented May 24, 2024 via email

@OpenAI-chn
Copy link

先邮箱联系吧:[email protected]

@yangkang121
Copy link
Author

yangkang121 commented May 24, 2024 via email

@d16ntless
Copy link

ModuleNotFoundError: No module named 'qfluentwidgets'
PySide6-Fluent-Widgets的依赖包都安装了,怎么还这个报错呀大佬,捞捞

@SwimmingLiu
Copy link
Owner

ModuleNotFoundError: No module named 'qfluentwidgets' PySide6-Fluent-Widgets的依赖包都安装了,怎么还这个报错呀大佬,捞捞

pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install "PySide6-Fluent-Widgets[full]" -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -U Pyside6 -i https://pypi.tuna.tsinghua.edu.cn/simple

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants