namebrandon / Sparkov_Data_Generation

Synthetic Credit Card Transaction Generator used in the Sparkov program.
MIT License
132 stars 62 forks source link

missing module #11

Open vitoshads opened 2 years ago

vitoshads commented 2 years ago

Hello - We are receving the below error when we tried to run this python datagen.py -n 10 -o C:\ccfdd\output 06/01/2022 06/02/2022

line 1, in from faker import Faker ModuleNotFoundError: No module named 'faker'

enigmaticloon commented 2 years ago

same

amandashichinoe commented 1 year ago

You have to install the Faker library. Try :

pip install Faker

Or you can use the file requirements.txt present in this repository:

pip install -r ./requirements.txt