-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
unable to run marker gui or through code: #460
Comments
Unable to run the code: |
unable to run the code:
(marker) C:\Windows\System32>marker_gui
You can find our privacy policy at https://streamlit.io/privacy-policy
Summary:
This open source library collects usage statistics.
We cannot see and do not store information contained inside Streamlit apps,
such as text, charts, images, etc.
Telemetry data is stored in servers in the United States.
If you'd like to opt out, add the following to %userprofile%/.streamlit/config.toml,
creating that file if necessary:
[browser]
gatherUsageStats = false
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.0.101:8501
2025-01-04 11:21:04.389 Uncaught app execution
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\envs\marker\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\ProgramData\anaconda3\envs\marker\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "C:\ProgramData\anaconda3\envs\marker\Lib\site-packages\marker_app.py", line 3, in
from marker.settings import settings
File "C:\ProgramData\anaconda3\envs\marker\Lib\site-packages\marker_init_.py", line 16, in
from .settings import version
ImportError: cannot import name 'version' from 'marker.settings' (C:\ProgramData\anaconda3\envs\marker\Lib\site-packages\marker\settings.py)
2025-01-04 11:21:04.533 Examining the path of torch.classes raised: Tried to instantiate class 'path.path', but it does not exist! Ensure that it is registered via torch::class
The text was updated successfully, but these errors were encountered: