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
File "/home/polaris/zhilix/.pyenv/versions/3.8.4/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/polaris/zhilix/.pyenv/versions/3.8.4/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/local/eda15/zhilix/projects/python-fpga-interchange/fpga_interchange/convert.py", line 208, in <module>
main()
File "/home/local/eda15/zhilix/projects/python-fpga-interchange/fpga_interchange/convert.py", line 201, in main
message = read_format(schema, args.input_format, in_f)
File "/home/local/eda15/zhilix/projects/python-fpga-interchange/fpga_interchange/convert.py", line 105, in read_format
message = message.as_builder()
AttributeError: '_GeneratorContextManager' object has no attribute 'as_builder'
I built the repo and ran the command trying to convert a physical netlist IF to a .json file:
But I got error message like this:
This is due to the from_bytes() in pycapnp library:
https://github.com/capnproto/pycapnp/issues/287
The text was updated successfully, but these errors were encountered: