ydata-synthetic icon indicating copy to clipboard operation
ydata-synthetic copied to clipboard

[BUG]ModuleNotFoundError: No module named 'ydata'

Open Kevin102602 opened this issue 2 years ago • 2 comments

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

Kevin102602 avatar Oct 16 '23 02:10 Kevin102602

Have you install the extra dependencies?

pip install ydata-synthetic[streamlit]

The streamlite extension is installing the SDK (verified on a clean install).

aquemy avatar Dec 20 '23 10:12 aquemy

install the ydata and ydata-sdk packages, it'll work.

heedoooch avatar Aug 13 '24 10:08 heedoooch