-
Couldn't load subscription status.
- Fork 36
Description
Hi, I am using AMD 8700G CPU which has an iGPU and NPU.
System Specs:
OS: Gentoo Linux - Kernel 6.14 with AMDXDNA driver built
CPU: AMD 8700G
RAM: 64 GB
Ryzen AI Version: 1.4
When I try to install the Ryzen AI 1.4 the errors I get are as under:
- The specs page state that it can get installed with Python version > 3.10. The installer script only checks for exact 3.10 version and gives an error. I have version 3.12. I had to manually edit the install script to do away with this check.
`# ./install_ryzen_ai.sh.old -a yes -p /root/ryzen-venv/ -l
By using this script, you agree to the EULAs given below
- AMD - https://account.amd.com/content/dam/account/en/licenses/download/amd-end-user-license-agreement.pdf
- Third Party - https://account.amd.com/content/dam/account/en/licenses/download/ryzenai-1.4-ga-tpn-license.pdf
Checking python version...
ERROR: Please install python 3.10. Your python version is 3.12
`
- Post the edit to the install script, if one tries to install the Ryzen AI, I get the below error and I am unable to decode the same.
`# ./install_ryzen_ai.sh -a yes -p /root/ryzen-venv/ -l
By using this script, you agree to the EULAs given below
- AMD - https://account.amd.com/content/dam/account/en/licenses/download/amd-end-user-license-agreement.pdf
- Third Party - https://account.amd.com/content/dam/account/en/licenses/download/ryzenai-1.4-ga-tpn-license.pdf
Checking python version...
Detected python version is 3.12.
Checking system requirements...
Creating python virtual environment...
Looking in links: ., .
Processing ./ryzen_ai-1.4.0-py3-none-manylinux_2_35_x86_64.whl
ERROR: Could not find a version that satisfies the requirement device-essentials-strx<1.5.0.dev0,>=1.3.0.dev0 (from versions: none)
ERROR: No matching distribution found for device-essentials-strx<1.5.0.dev0,>=1.3.0.dev0
`
Please advice.