Get Started

Get Started with the Intel® AI Tools for Linux*

ID 766885
Date 11/07/2023
Public

Troubleshooting for the AI Tools

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 Tools, 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 toolkit. 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.