Troubleshoot common setup issues - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Troubleshoot common setup issues

Explore common troubleshooting issues.

Could not find executable named 'groff'

When using the Amazon CLI, you might encounter the following error: Could not find executable named 'groff'.

If using a Mac, you can resolve this issue with the following command:

brew install groff

On a Linux machine, use the following commands:

sudo apt-get update -y sudo apt-get install groff -y

Command not found: jq

When creating your AuthZ permission policy JSON file, you might encounter the following error: jq: command not found.

If using a Mac, you can resolve this issue with the following command:

brew install jq

On a Linux machine, use the following commands:

sudo apt-get update -y sudo apt-get install jq -y

Amazon MLflow plugin installation speeds

Installing the Amazon MLflow plugin can take several minutes when using a Mac Python environment.

UnsupportedModelRegistryStoreURIException

If you see the UnsupportedModelRegistryStoreURIException, do the following:

  1. Restart your notebook Kernel.

  2. Reinstall the Amazon MLflow plugin:

    !pip install --force-reinstall mlflow-sagemaker