Dump1090export error

I tried to install dump1090exporter on the newly installed Ubuntu 20.04 LTS. But I had an error:

How to recreate that issue?

  1. Install Ubuntu 20.04 from scratch.
  2. sudo apt update
  3. sudo apt install python3-pip
  4. sudo pip3 install dump1090exporter
  5. dump1090exporter

There is no difference if you use pip or pip3. In both cases, the result is the same, above error.

Is there anybody who knows how to avoid that error?