We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/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'
The text was updated successfully, but these errors were encountered:
This streamlit GUI is not supported now. I'm planing to release a new GUI next month.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: