От root-а запустил случайно:
# pip install pdf2odt
Collecting pdf2odt
Downloading pdf2odt-0.7.0.tar.gz (60 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.4/60.4 kB 770.6 kB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting colorama
Downloading colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: setuptools in /usr/lib/python3.10/site-packages (from pdf2odt) (63.1.0)
Collecting officegenerator
Downloading officegenerator-1.28.0.tar.gz (130 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.8/130.8 kB 2.1 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: pillow in /usr/lib/python3.10/site-packages (from pdf2odt) (9.2.0)
Collecting tqdm
Downloading tqdm-4.64.0-py2.py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 7.8 MB/s eta 0:00:00
Collecting odfpy==1.3.6
Downloading odfpy-1.3.6.tar.gz (691 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 691.1/691.1 kB 5.6 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting openpyxl
Downloading openpyxl-3.0.10-py2.py3-none-any.whl (242 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 242.1/242.1 kB 1.3 MB/s eta 0:00:00
Collecting et-xmlfile
Downloading et_xmlfile-1.1.0-py3-none-any.whl (4.7 kB)
Using legacy 'setup.py install' for pdf2odt, since package 'wheel' is not installed.
Using legacy 'setup.py install' for officegenerator, since package 'wheel' is not installed.
Using legacy 'setup.py install' for odfpy, since package 'wheel' is not installed.
Installing collected packages: odfpy, tqdm, et-xmlfile, colorama, openpyxl, officegenerator, pdf2odt
Running setup.py install for odfpy ... done
Running setup.py install for officegenerator ... done
Running setup.py install for pdf2odt ... done
Successfully installed colorama-0.4.5 et-xmlfile-1.1.0 odfpy-1.3.6 officegenerator-1.28.0 openpyxl-3.0.10 pdf2odt-0.7.0 tqdm-4.64.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv