Get Started

Get Started with the Intel® AI Analytics Toolkit for Linux*

ID 766885
Date 7/13/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Troubleshooting for the Intel® AI Analytics Toolkit

Issue How to fix
Undefined error appears when building a sample. If the sample was built by using cmake and then make, more details to diagnose the reason for your error are available by rebuilding with the VERBOSE option:

export VERBOSE=1

For more comprehensive troubleshooting, use the Diagnostics Utility for Intel® oneAPI Toolkits, which provides system checks to find missing dependencies and permissions errors. Learn more.

NotWritableError when using the conda clone function. The error is occurring because the function is trying clone to the ~/.conda folder but the current user does not have access to that folder.

To fix this for the AI Toolkit, delete the .conda folder and return to the Use the Conda Clone Function to Add Packages as a Non-Root User to run the conda clone command again.

Deleting the folder may affect the behavior of other toolkits that were previously installed.

Errors due to missing dependencies, missing environment variables or missing machine capabilities.

The Diagnostics Utility for Intel oneAPI Toolkits provides the ability to find missing dependencies and permissions errors and is already installed with this tooklit. Learn more.

Errors that occur during installation or directly after installation. See the Troubleshooting page of the Intel® oneAPI Toolkits Installation Guide for Linux* OS.