starlake-ai / StarBake

Apache License 2.0
2 stars 1 forks source link

Module faker not found #2

Open hayssams opened 1 year ago

hayssams commented 1 year ago

$ python _scripts/dummy_data_generator.py Traceback (most recent call last): File "/Users/hayssams/git/starbake/_scripts/dummy_data_generator.py", line 9, in from faker import Faker ModuleNotFoundError: No module named 'faker'

hayssams commented 1 year ago

Solved with pip install faker Need to be added to the doc