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

meza --version fails in Python 3.x #1311

Open
jamesmontalvo3 opened this issue Feb 25, 2023 · 1 comment
Open

meza --version fails in Python 3.x #1311

jamesmontalvo3 opened this issue Feb 25, 2023 · 1 comment

Comments

@jamesmontalvo3
Copy link
Contributor

Error is:

$ meza --version
Traceback (most recent call last):
  File "/usr/bin/meza", line 1269, in <module>
    main(sys.argv[1:])
  File "/usr/bin/meza", line 64, in main
    print( "Meza " + version.strip() )
TypeError: must be str, not bytes

Python 3.6.8

@freephile
Copy link
Contributor

I fixed this issue in my recent fork of the nasa/nasa-grc branch (I will be submitting pull requests to NASA and I'm happy to talk about coordination).

freephile/meza#7
freephile/meza@d11e0a0

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