meza icon indicating copy to clipboard operation
meza copied to clipboard

meza --version fails in Python 3.x

Open jamesmontalvo3 opened this issue 3 years ago • 1 comments

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

jamesmontalvo3 avatar Feb 25 '23 00:02 jamesmontalvo3

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).

https://github.com/freephile/meza/issues/7 https://github.com/freephile/meza/commit/d11e0a08e926b6eaad10a4f29e23b00fcdc2639c

freephile avatar Jan 25 '24 18:01 freephile