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

No function "Library FakerLibrary locale=pt-br" #80

Open
WilliamMega opened this issue May 22, 2023 · 2 comments
Open

No function "Library FakerLibrary locale=pt-br" #80

WilliamMega opened this issue May 22, 2023 · 2 comments

Comments

@WilliamMega
Copy link

Library FakerLibrary locale=pt-br

@adelpoio
Copy link

Try the following below, it may be a solution:

-First open the vscode and press "Ctrl" + ","
It should appear a search bar, you should search for robot.pythonpath and click in "Edit in settings.json".
image

Open the Json setting file, you should see something like below:
image

Change the directory marked for your path to the python library, don't forget to use two "\" instead of just one.
You can find the path to the library using the code below:
pip show robotframework-faker

The response to the command above should be just like below:
image

Copy the path from your python library and remmember to add \ to every directory and add the final path to ''robot.pythonpat'': [ ] on the Json file.

@Dor-bl
Copy link

Dor-bl commented Feb 5, 2024

@WilliamMega, Shouldn't it be with _?
locale=pt_BR

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