You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated panzer today using the call pip3 install --upgrade git+https://github.com/msprev/panzer. When I run panzer now it gives me a traceback error:
Traceback (most recent call last):
File "/usr/local/bin/panzer", line 11, in <module>
load_entry_point('panzer==1.1', 'console_scripts', 'panzer')()
File "/usr/local/lib/python3.6/site-packages/panzer/panzer.py", line 40, in main
global_styledef, local_styledef = load.load_all_styledefs(doc.options)
File "/usr/local/lib/python3.6/site-packages/panzer/load.py", line 58, in load_all_styledefs
global_styledef = load_styledef(support_dir, options)
File "/usr/local/lib/python3.6/site-packages/panzer/load.py", line 134, in load_styledef
return meta.get_metadata(ast)
File "/usr/local/lib/python3.6/site-packages/panzer/meta.py", line 176, in get_metadata
metadata = ast['meta']
TypeError: list indices must be integers or slices, not str
I had updated my python using brew upgrade, not sure if that could be the cause of the problem.
The text was updated successfully, but these errors were encountered:
I updated panzer today using the call
pip3 install --upgrade git+https://github.com/msprev/panzer
. When I run panzer now it gives me a traceback error:I had updated my python using
brew upgrade
, not sure if that could be the cause of the problem.The text was updated successfully, but these errors were encountered: