Open Kevin102602 opened 1 year ago
Have you install the extra dependencies?
pip install ydata-synthetic[streamlit]
The streamlite
extension is installing the SDK (verified on a clean install).
install the ydata and ydata-sdk packages, it'll work.
when i run the streamlit_app, the error appeared
ModuleNotFoundError: No module named 'ydata' Traceback: File "D:\Annoconda\envs\py39\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 541, in _run_script exec(code, module.dict) File "D:\Annoconda\envs\py39\Lib\site-packages\ydata_synthetic\streamlit_app\pages\1_Train_a_synthesizer.py", line 6, in
from ydata.sdk.synthesizers import RegularSynthesizer