In the file: /usr/lib/python3/dist-packages/Quirks/quirkinfo.py
Look at line no.45 in for item in self._quirk_info.keys():

value = open(os.path.join(self.sys_dir,
                    'class', 'dmi', 'id', item)).read().strip()

add mode='rb' to open() like this:

value = open(os.path.join(self.sys_dir,
                    'class', 'dmi', 'id', item), mode='rb').read().strip()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1320868

Title:
  "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position
  0: invalid start byte" when removing nvidia-current package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1320868/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to