Fix map object is not subscriptable in version.py #158
Doreapp
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
While upgrading to
21.03
branch, I encountered an error linked to the$(shell ./verision.py 21.03)
Makefile's first line.(
map object is not subscriptable
).It should be linked to python3 usage.
I fixed it, replacing line 21 of
version.py
fromto
(as suggested fix in this SO answer)
I post it as a workaround for people encountering the same error, and maybe improvement for further releases.
Beta Was this translation helpful? Give feedback.
All reactions