Skip to content

Frequently Asked Questions (FAQ)

Here it is a compreensive, but not an exaustive, list of questions that may appear in using or developing with cucaracha library.

If your doubt is not found in this page, please be free to open an Issue at the GitHub project page.

How do I install the `cucaracha` library? You can install `cucaracha` using pip by running the following command:
pip install cucaracha 
For more detailed instructions, refer to the Installation Guide.
Which version of Python is required to use `cucaracha`? `cucaracha` requires Python 3.10 or higher. You can check your Python version by running:
python --version
I’m getting a “ModuleNotFoundError” when trying to import cucaracha. What should I do? Make sure that `cucaracha` is installed correctly. Run the following command to verify installation:
pip show cucaracha
If it’s not installed, follow the instructions in the Installation Guide. If you're using a virtual environment, ensure it is activated.
How can I update `cucaracha` to the latest version? You can update the library by running:
pip install --upgrade cucaracha
If it’s not installed, follow the instructions in the Installation Guide. If you're using a virtual environment, ensure it is activated.
Can I use `cucaracha` in commercial projects? Yes, `cucaracha` is licensed under the MIT License, which allows you to use, modify, and distribute the library in both personal and commercial projects. Just make sure to include the original copyright and license notice.
What should I do if I encounter a bug or issue with the library? If you find a bug or issue, you can report it on the GitHub issues page: https://github.com/acsenrafilho/cucaracha/issues. Please include a clear description of the problem, steps to reproduce it, and any relevant code snippets.