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

Standalone build #34

Open
freeman401 opened this issue Jan 16, 2025 · 1 comment
Open

Standalone build #34

freeman401 opened this issue Jan 16, 2025 · 1 comment

Comments

@freeman401
Copy link

Please make a standalone build (at least, for Windows). I suggest using PyInstaller
Dependencies tend to break over time, and the whole manual installation process becomes a mess.

@freeman401
Copy link
Author

To prove that it is possible: https://drive.google.com/file/d/1J3kUkjWhd_aiwE3hqExQ5X0opjJ2BTUd/view?usp=sharing

pyinstaller --noconfirm --onedir --windowed --clean --add-data "C:\temp\pyaudiorestoration-master\icons;icons/" --add-data "C:\temp\pyaudiorestoration-master\samples;samples/" --collect-all "vispy" --collect-all "torch" --collect-all "pyqt5"  "C:\temp\pyaudiorestoration-master\pytapesynch_gui.py"

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

No branches or pull requests

1 participant