Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]ModuleNotFoundError: No module named 'ydata' #308

Open
Kevin102602 opened this issue Oct 16, 2023 · 2 comments
Open

[BUG]ModuleNotFoundError: No module named 'ydata' #308

Kevin102602 opened this issue Oct 16, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@Kevin102602
Copy link

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 Kevin102602 added the bug Something isn't working label Oct 16, 2023
@aquemy aquemy self-assigned this Dec 20, 2023
@aquemy
Copy link
Contributor

aquemy commented Dec 20, 2023

Have you install the extra dependencies?

pip install ydata-synthetic[streamlit]

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

@heedoooch
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants