Open hayssams opened 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'
Solved with pip install faker Need to be added to the doc
pip install faker
$ 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'