We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
May I ask how to package it into exe? We need to use it separately from Python. Thank you.
The text was updated successfully, but these errors were encountered:
We have not yet considered shipping it as .exe. We will check and get back with shipping it for Windows platform.
.exe
Sorry, something went wrong.
@ethan-jy I tried using pyinstaller on mac, can you please check if this works windows?
Please try it in virtual environment
python3 -m pip install pyinstaller pyinstaller --onefile --name esp-matter-mfg-tool -c -p deps -p sources sources/mfg_tool.py ./dist/esp-matter-mfg-tool
There should be ./dist/esp-matter-mfg-tool.exe present.
./dist/esp-matter-mfg-tool.exe
Please let me know, if possible I'll check if these can be shipped through Github releases.
PS: When I ran the tool, it was very slow, It took almost 10s on first attempt and 5s on consequent attempts.
No branches or pull requests
Checklist
Issue or Suggestion Description
May I ask how to package it into exe? We need to use it separately from Python. Thank you.
The text was updated successfully, but these errors were encountered: