Create A Python Virtual Environment
When using Telemetrix, it is highly recommended that you work within a Python virtual environment.
A virtual environment isolates your project from other projects. Packages installed into a virtual environment are confined to your current project and will not affect or change packages used by other projects. Please refer to this article or the Python documentation.
If you are using the latest version of Ubuntu and Debian Linux, you are required to use a virtual environment.