-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable detect the fakerlibrary #24
Comments
Hey @xyngfei , can you give me some more information? What steps did you follow to install your dependencies? What is the output of |
Here is this...
End up i only can use the command below to install sudo pip install -U --ignore-installed six robotframework-faker Can i confirm does it have any configuration issue on my mac machine? |
can you try installing to a virtualenv? http://docs.python-guide.org/en/latest/dev/virtualenvs/ it's usually not a good idea to install things globally. |
I face the same issue. I use this setup:
When I execute the following testcase
I get
|
Its working fine now? I have the same issue and cannot fix. |
Any update on the above issues? I try to install the latest release and the library still undetected
|
Hello, If you want to work with Python3, could you do:
=> doing so, ensure that you do everything with Python 3 |
Were you able to fix this bug? I have the exact same one. I don't see keywords. But it's working. I only see these keywords |
Why I will encounter this issue after executing command below?
python -m faker
/usr/bin/python: No module named faker
The text was updated successfully, but these errors were encountered: