-
Notifications
You must be signed in to change notification settings - Fork 2
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
Windows Support #8
Comments
I have no Windows. So I can not test it. Why should windows not supported? I you could provide it, would be nice. |
When I tried to run it on Windows, I had an error related to a Unix path ( |
I looked into building an executabel version (Windows or Linux). With
the Linux executable then is placed in To run it, one must provide the model: How ever the executable is over 600 MB in size, so I don't think it feasable :( Beside of the size, it might be possible to build windows an Linux binaries for free using the Github actions. |
I' am on it as GitHub-action too. 600MB is a bit much. The GitHub action creates a 50MB zip, but didn't work yet. |
https://stackoverflow.com/questions/47692213/reducing-size-of-pyinstaller-exe The size depends on all installed packages. Clean environment reduces the size. |
Included in 1.0.0. Uses tflite-runtime now instead of TensorFlow. But windows and macOS will not have a prediction. |
The readme does not mention any system requirements.
As far as I can see, it currently does not support Windows.
It would not be too hard to make it work on windows, I can help if desired.
Also I think for users not having Python installed, we could provide a standalone binary. I have done that before and its not too hard. See https://setuptools.pypa.io/en/latest/setuptools.html
The text was updated successfully, but these errors were encountered: