Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing module #11

Open
vitoshads opened this issue Jun 13, 2022 · 2 comments
Open

missing module #11

vitoshads opened this issue Jun 13, 2022 · 2 comments

Comments

@vitoshads
Copy link

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
Copy link

same

@amandashichinoe
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants