You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: