Skip to content

ainode fails to start on ASUS GX10 #61

Description

@imbmf1

Greetings,
I am trying to install in single node mode but when run ainode start I am getting following error:
root@gx10-5118:~# ainode start
╭────────────────────────────────────────────────────────────────────────────────── AINode v0.4.13 ───────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Turn any NVIDIA GPU into a local AI platform │
│ Inference + fine-tuning in your browser. One command to start. │
│ │
╰─────────────────────────────────────────────────────────────────────────────── Powered by argentos.ai ───────────────────────────────────────────────────────────────────────────────╯
No NVIDIA GPU detected — running in CPU mode

Model Qwen/Qwen2.5-1.5B-Instruct
API http://localhost:8000/v1
Web http://localhost:3000
Node 90134d30

Traceback (most recent call last):
File "/usr/local/bin/ainode", line 8, in
sys.exit(main())
^^^^^^
File "/usr/local/lib/python3.12/site-packages/ainode/cli/main.py", line 750, in main
args.func(args)
File "/usr/local/lib/python3.12/site-packages/ainode/cli/main.py", line 216, in cmd_start
if not engine.start():
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ainode/engine/backends/eugr.py", line 103, in start
return self.start_solo()
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/ainode/engine/backends/eugr.py", line 121, in start_solo
self._process = subprocess.Popen(
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.12/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'vllm'
OS is updated to the latest version.
root@gx10-5118:~# uname -a
Linux gx10-5118 6.17.0-1026-nvidia #26-Ubuntu SMP PREEMPT_DYNAMIC Thu Jun 25 00:57:17 UTC 2026 aarch64 aarch64 aarch64 GNU/Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions