-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels