Troubleshooting
This section aims to help in resolving problems with Aos CLI tools.
Please select the most appropriate description of your issue:
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
no such file or directoryThis error usually means that Python was not installed or virtual environment is missed.
User has to install Python and prepare 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
No module named aos_keysNo module named aos_signerNo module named aos_provThis error means that Aos CLI tools have not been installed yet.
In a terminal window, install Aos tools for your operating system
- Windows
- macOS, Linux
~/.aos/venv/Scripts/python3 -m pip install --upgrade aos-keys aos-signer aos-prov
~/.aos/venv/bin/python3 -m pip install --upgrade aos-keys aos-signer aos-prov