jetsonhacks / jetsonUtilities

Get information about the NVIDIA Jetson OS environment. Lists L4T and JetPack versions, along with major libraries.
Other
203 stars 61 forks source link

TypeError: a bytes-like object is required, not 'str' #13

Closed zdavatz closed 3 years ago

zdavatz commented 3 years ago

./jetsoninfo.py results in

Traceback (most recent call last): File "/home/zeno/software/jetsonUtilities/jetsonInfo.py", line 22, in <module> (key, _, value) = line.partition("=") TypeError: a bytes-like object is required, not 'str'
zdavatz commented 3 years ago

works!