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

ModuleNotFoundError: No module named 'sdv.tabular' #173

Open lingleong981130 opened 3 weeks ago

lingleong981130 commented 3 weeks ago

Traceback (most recent call last): File "c:\Users\1000312852\Desktop\gretel-synthetics\examples\test.py", line 2, in from gretel_synthetics.actgan import ACTGAN File "C:\Users\1000312852\AppData\Local\Programs\Python\Python310\lib\site-packages\gretel_synthetics\actgan__init__.py", line 1, in from gretel_synthetics.actgan.actgan_wrapper import ACTGAN # noqa File "C:\Users\1000312852\AppData\Local\Programs\Python\Python310\lib\site-packages\gretel_synthetics\actgan\actgan_wrapper.py", line 14, in from sdv.tabular.base import BaseTabularModel ModuleNotFoundError: No module named 'sdv.tabular'

nina-xu commented 3 weeks ago

Hi @lingleong981130 , ACTGAN requires sdv<0.18.0. What is the version of your sdv installation?