Skip to content

Unable to install Ryzen AI on linux #378

@rohitnanda1443

Description

@rohitnanda1443

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:

  1. 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

Checking python version...
ERROR: Please install python 3.10. Your python version is 3.12
`

  1. 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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions