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
Trying to create a regular dataset with a text column, it throws this error. Other type of columns work fine.
I think AWS Emr serverless by default is using newer versions of numpy which is not compatible with dbldatagen.
Your Environment
dbldatagen version used: 0.4.0
Databricks Runtime version: Aws EMR serverless
Cloud environment used: Aws
The text was updated successfully, but these errors were encountered:
Expected Behavior
Should work without error
Current Behavior
Getting the following error
Steps to Reproduce (for bugs)
Install dbldatagen using
pip install dbldatagen
Generate a custom dataset with a text generator column
Context
Trying to create a regular dataset with a text column, it throws this error. Other type of columns work fine.
I think AWS Emr serverless by default is using newer versions of numpy which is not compatible with dbldatagen.
Your Environment
dbldatagen
version used: 0.4.0The text was updated successfully, but these errors were encountered: