- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When installing the AI Analytics Toolkit into a custom installation directory, the directory length cannot be longer than 97 characters.
For example, installing with the following offline command:
./l_AIKit_p_2023.2.0.48997_offline.sh -a --action install --eula accept --download-cache /tmp/intel-2023.2.0-cache --intel-sw-improvement-program-consent decline --components intel.oneapi.lin.python3 --install-dir /tmp/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab --silent
Will result in the following error:
numba-dpex-0.21.0 | 325 KB | ########## | 100%
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
#
# To activate this environment, use
#
# $ conda activate /tmp/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaab/intelpython/latest
#
# To deactivate an active environment, use
#
# $ conda deactivate
Traceback (most recent call last):
File "bin/conda", line 12, in <module>
from conda.cli import main
ModuleNotFoundError: No module named 'conda'
Error: Sequence execution failed.
However, if you install into a directory one character shorter, it is successful:
./l_AIKit_p_2023.2.0.48997_offline.sh -a --action install --eula accept --download-cache /tmp/intel-2023.2.0-cache --intel-sw-improvement-program-consent decline --components intel.oneapi.lin.python3 --install-dir /tmp/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa --silent
The error is not very clear as to why this might be the case, neither is the log file - attached.
The behaviour could also be reproduced with the GUI installer. The length of the installation directory was the only difference I could see between the two.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Louise, thank you for taking the time out for sharing your feedback. We have passed on your valuable feedback to our engineering team for further consideration. We hope that the feature will be added in the future releases.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Louise, unfortunately we were unable to hear back from you.
If you have any further query, please post a new question as this thread will no longer be monitored by Intel®.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page