Mat: Namespace Poppler não disponível

0

Eu instalei MAT: Metadata Anonymisation Toolkit . Quando tentei executar o tapete, recebi o seguinte erro:

user@user ~ $ mat
Traceback (most recent call last):
  File "/usr/bin/mat", line 10, in <module>
    from libmat import mat
  File "/usr/lib/python2.7/dist-packages/libmat/mat.py", line 22, in <module>
    import strippers  # this is loaded here because we need LOGGING_LEVEL
  File "/usr/lib/python2.7/dist-packages/libmat/strippers.py", line 9, in <module>
    import office
  File "/usr/lib/python2.7/dist-packages/libmat/office.py", line 15, in <module>
    gi.require_version('Poppler', '0.18')
  File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 102, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Poppler not available

Eu não sei como consertar isso. Ajuda.

Informações sobre o meu sistema:

user@user ~ $ uname -a
Linux user 4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    
por Columnist 24.04.2018 / 22:28

1 resposta

1

você precisa instalar o gir1.2-poppler-0.18 ele não é instalado com o mat, mas o mat precisa ser executado

    
por 26.05.2018 / 19:10