openlrc icon indicating copy to clipboard operation
openlrc copied to clipboard

无法使用 openlrc gui 启动:No such file or directory: 'streamlit'

Open IAMJOYBO opened this issue 8 months ago • 1 comments

/opt/conda/lib/python3.11/site-packages/df/io.py:9: UserWarning: `torchaudio.backend.common.AudioMetaData` has been moved to `torchaudio.AudioMetaData`. Please update the import path.
  from torchaudio.backend.common import AudioMetaData
Traceback (most recent call last):
  File "/opt/conda/bin/openlrc", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/opt/conda/lib/python3.11/site-packages/openlrc/cli.py", line 19, in main
    run_gui()
  File "/opt/conda/lib/python3.11/site-packages/openlrc/cli.py", line 11, in run_gui
    subprocess.run(["streamlit", "run", "openlrc/gui/home.py"], check=True)
  File "/opt/conda/lib/python3.11/subprocess.py", line 548, in run
    with Popen(*popenargs, **kwargs) as process:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/conda/lib/python3.11/subprocess.py", line 1026, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/opt/conda/lib/python3.11/subprocess.py", line 1955, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'streamlit'

IAMJOYBO avatar May 06 '25 23:05 IAMJOYBO

This streamlit GUI is not supported now. I'm planing to release a new GUI next month.

zh-plus avatar May 07 '25 09:05 zh-plus