Skip to content

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

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

Open
IAMJOYBO opened this issue May 6, 2025 · 1 comment

Comments

@IAMJOYBO
Copy link

IAMJOYBO commented May 6, 2025

/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 IAMJOYBO changed the title 无法使用 openlrc gui 启动 无法使用 openlrc gui 启动:No such file or directory: 'streamlit' May 6, 2025
@zh-plus
Copy link
Owner

zh-plus commented May 7, 2025

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

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

2 participants