gretelai / gretel-synthetics

Synthetic data generators for structured and unstructured text, featuring differentially private learning.
https://gretel.ai/platform/synthetics
Other
579 stars 87 forks source link

[BUG] ModuleNotFoundError: No module named 'gretel_helpers' #167

Closed anurag-ae2024 closed 4 months ago

anurag-ae2024 commented 5 months ago

Are you reporting a bug or FR?

What version of synthetics are you using?

0.20.0

What would you like to see / What problem are you having?

I'm unable to import gretel in my code. from gretel_helpers.synthetics import create_df, SyntheticDataBundle gives me import error.

Are you using GPU or a CPU?

CPU

What environment are you working in?

VSCode

What version of python are you using?

3.10.14

Please provide any tracebacks or error messages you are receiving

 from gretel_helpers.synthetics import create_df, SyntheticDataBundle
ModuleNotFoundError: No module named 'gretel_helpers'
johntmyers commented 5 months ago

Hi,

The example code you shared is not part of this library. Please see the examples here: https://github.com/gretelai/gretel-synthetics/tree/master/examples

Can you please share what example code you were referencing?