xingren23/ComfyFlowApp

'streamlit' is not recognized

Closed this issue · 2 comments

"H:\ComfyFlowApp\bin>run.bat
'streamlit' is not recognized as an internal or external command,
operable program or batch file."

Cloned repo and ran pip + set server, but get the above.

In the install folder, my file list is as follows:
image

Any ideas?

Thank you for trying out ComfyFlowApp.

It's possible that Streamlit was not installed successfully. You can check if there were any error messages when running "pip install -r requirements.txt." After a successful installation, you can run "streamlit version" to verify.

PS E:\ComfyFlowApp> pip install -r .\requirements.txt
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
。。。。
PS E:\ComfyFlowApp> streamlit version
Streamlit, version 1.27.2

I'll take a look in a bit once I can switch to my non-work dev environment. Thanks!