Re: Pellet error - AttributeError: 'CompletedProcess' object has no attribute 'decode'
Posted by
cknoll on
URL: http://owlready.306.s1.nabble.com/Pellet-error-AttributeError-CompletedProcess-object-has-no-attribute-decode-tp2701p2702.html
I think this is a bug in how the output of the subprocess call to the reasoner is handled.
I also tried to fix it:
https://bitbucket.org/cvk/owlready2/branch/bugfix/pellet_inconsistent_errorWorks in my setup. The call now raises an
OwlReadyInconsistentOntologyError.
Best,
Carsten