Never try to run a Python command line entry point from a subprocess. Even without PyInstaller involved, there’s no guarantee that it’ll be findable. Lookup what the entry point does (in this case calling from streamlit.web.cli.main() <https://github.com/streamlit/streamlit/blob/b573f8073245bf03e8698e8860bbe41e7938bd9e/lib/setup.py#L157> and put that in your code instead.
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/5c7450b4-bc1b-48f8-91f5-40b018a61e0an%40googlegroups.com.
