Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian Stretch - Python3 KeyError #23

Open
edbird opened this issue Sep 22, 2020 · 2 comments
Open

Debian Stretch - Python3 KeyError #23

edbird opened this issue Sep 22, 2020 · 2 comments

Comments

@edbird
Copy link

edbird commented Sep 22, 2020

python3 cpu-g
[Errno 2] No translation file found for domain: 'cpu-g'
Traceback (most recent call last):
  File "cpu-g", line 42, in <module>
    cpug = CPUG()
  File "/home/ecb/cpu-g/src/cpug.py", line 999, in __init__
    self.update_info()
  File "/home/ecb/cpu-g/src/cpug.py", line 1177, in update_info
    self.distribution.set_text(inv.distro())
  File "/home/ecb/cpu-g/src/investigator.py", line 300, in distro
    return get_distro()
  File "/home/ecb/cpu-g/src/distro.py", line 39, in get_distro
    version_split = RELEASE_DATA["VERSION"].split(" ", maxsplit=1)
KeyError: 'VERSION'
@f-christo-a-ffer-t

This comment has been minimized.

@f-christo-a-ffer-t
Copy link

The OS Debian stretch was realesed in 2017.
Last activity I can find on cpu-g is from around 2012.
So maybe your cpu-g version is to old to recognize debian 9?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants