@llrds , axelera.app is not a wheel, so you must either run under the voyager-sdk root or add the voyager-sdk path to your PYTHONPATH. We suggest you always:
```
aetina@aetina:~$ cd voyager-sdk && source venv/bin/activate
```
instead of source it from anywhere else like `aetina@aetina:~$ source voyager-sdk/venv/bin/activate`
In this case, you can check
```
(venv) ubuntu@atang-axelera:~/voyager-sdk$ printenv | grep AX
AXELERA_RUNTIME_DIR=/opt/axelera/runtime-1.4.0-rc3-1
AXELERA_RISCV_TOOLCHAIN_DIR=/opt/axelera/riscv-gnu-newlib-toolchain-409b951ba662-7
AXELERA_FRAMEWORK=/home/ubuntu/voyager-sdk
AXELERA_DEVICE_DIR=/opt/axelera/device-1.4.0-rc3-1/omega
```
This AXELERA_FRAMEWORK will point to the voyager-sdk correctly, as libraries and tools in the SDK mostly rely on this path. I hope you enjoy the Metis 😀 We will continue improving our SDK and making the error messages clearer and easier for your usage.