ModuleNotFoundError in streamlit run

when I try ro run: streamlit run demo.py
The failure is :File β€œ/home/ufs/.local/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py”, line 535, in _run_script
exec(code, module.dict)
File β€œ/home/ufs/Code_Tau/code02_tau_FW/ufsval_tau/Tool/performanceTool/demo.py”, line 7, in
import Library.UFS.TestInstance as TestInstance

The demo.py path is in Tmp/Tool/performanceTool
The Library path is in Tmp/Library

Hi there,

Thanks for sharing this question! We actually have an FAQ about this topic – please check it out: FAQ: ModuleNotFoundError.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.