Mat: Namespace Poppler not available
up vote
0
down vote
favorite
I've installed MAT: Metadata Anonymisation Toolkit. When I tried to run mat, I got following error:
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
I don't know how to fix this. Help.
Information about my system:
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
software-installation file-metadata
add a comment |
up vote
0
down vote
favorite
I've installed MAT: Metadata Anonymisation Toolkit. When I tried to run mat, I got following error:
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
I don't know how to fix this. Help.
Information about my system:
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
software-installation file-metadata
Where did you get MAT from? I've installedmat
from my OS's repositories and it works fine.
– dsstorefile1
Apr 24 at 20:41
@dsstorefile withsudo apt-get install mate
– Columnist
Apr 24 at 21:55
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've installed MAT: Metadata Anonymisation Toolkit. When I tried to run mat, I got following error:
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
I don't know how to fix this. Help.
Information about my system:
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
software-installation file-metadata
I've installed MAT: Metadata Anonymisation Toolkit. When I tried to run mat, I got following error:
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
I don't know how to fix this. Help.
Information about my system:
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
software-installation file-metadata
software-installation file-metadata
asked Apr 24 at 20:28
Columnist
1
1
Where did you get MAT from? I've installedmat
from my OS's repositories and it works fine.
– dsstorefile1
Apr 24 at 20:41
@dsstorefile withsudo apt-get install mate
– Columnist
Apr 24 at 21:55
add a comment |
Where did you get MAT from? I've installedmat
from my OS's repositories and it works fine.
– dsstorefile1
Apr 24 at 20:41
@dsstorefile withsudo apt-get install mate
– Columnist
Apr 24 at 21:55
Where did you get MAT from? I've installed
mat
from my OS's repositories and it works fine.– dsstorefile1
Apr 24 at 20:41
Where did you get MAT from? I've installed
mat
from my OS's repositories and it works fine.– dsstorefile1
Apr 24 at 20:41
@dsstorefile with
sudo apt-get install mate
– Columnist
Apr 24 at 21:55
@dsstorefile with
sudo apt-get install mate
– Columnist
Apr 24 at 21:55
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
you need to install gir1.2-poppler-0.18
it doesn't install with mat but mat needs it to run
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
you need to install gir1.2-poppler-0.18
it doesn't install with mat but mat needs it to run
add a comment |
up vote
1
down vote
you need to install gir1.2-poppler-0.18
it doesn't install with mat but mat needs it to run
add a comment |
up vote
1
down vote
up vote
1
down vote
you need to install gir1.2-poppler-0.18
it doesn't install with mat but mat needs it to run
you need to install gir1.2-poppler-0.18
it doesn't install with mat but mat needs it to run
edited May 26 at 17:13
Jesse_b
11.4k23063
11.4k23063
answered May 26 at 17:10
Anthony Hill
111
111
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f439833%2fmat-namespace-poppler-not-available%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Where did you get MAT from? I've installed
mat
from my OS's repositories and it works fine.– dsstorefile1
Apr 24 at 20:41
@dsstorefile with
sudo apt-get install mate
– Columnist
Apr 24 at 21:55