Skip to content

Encoding=utf-8 #1

Open
Open
@osos

Description

@osos

Got this on Linuxmint 18.3:

Traceback (most recent call last):
File "../../EspArduinoExceptionDecoder/decoder.py", line 305, in <module>
resolver.fill(parser)
File "../../EspArduinoExceptionDecoder/decoder.py", line 190, in fill
self._lookup(addresses)
File "../../EspArduinoExceptionDecoder/decoder.py", line 164, in _lookup
output = subprocess.check_output(cmd, encoding="utf-8")
File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
File "/usr/lib/python3.5/subprocess.py", line 693, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: __init__() got an unexpected keyword argument 'encoding'

$ python3 --version
Python 3.5.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions