ydata-synthetic
ydata-synthetic copied to clipboard
[BUG]ModuleNotFoundError: No module named 'ydata'
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
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.