Skip to main content
Version: v1.1

Troubleshoot / FAQ

Aos CLI Tools

I don't know how to open a terminal window to run Aos command-line tool tool

Complete description how to open a terminal window for your operating system is here

Command finished with the error: no such file or directory

This error usually means that Python was not installed or virtual environment is missed.

User has to install Python and prepare a virtual environment. Read this section

Command finished with one of the errors:

  • No module named aos_keys
  • No module named aos_signer
  • No module named aos_prov

This error means that Aos CLI tools have not been installed yet.

In a terminal window, install Aos tools for your operating system

~/.aos/venv/Scripts/python3 -m pip install --upgrade aos-keys aos-signer aos-prov