Troubleshoot the Workato Platform CLI
Use this guide to troubleshoot errors that occur while installing and using the Workato Platform CLI.
Troubleshoot installation
The following errors may occur when you install the Platform CLI.
Python version error
You may receive the Python 3.11+ required error when installing the Workato Platform CLI.
Update Python to version 3.11 or later to resolve this Python version error:
Run python --version to check your current Python version.
Install Python 3.11 or later from python.org or by using your package manager.
Command not found
You may receive an error that workato: command not found. Complete the following steps to resolve this error:
Review your installation to ensure that you installed the Platform CLI correctly. Run pip show workato-platform-cli.
Run the help command if the error doesn't resolve: python -m workato_platform.cli.main --help
Troubleshoot authentication
The following errors may occur when you authenticate the Platform CLI.
API credentials error
You may receive a Could not resolve API credentials error. Complete the following steps to resolve this error:
Run the initialization command: workato init.
Follow prompts to enter your API token and continue authentication.
Last updated: