0
私はJNCとPyangを統合しようとしています。 jncの手順で説明したように、jnc.pyをPYANG_HOME/pyang/plugins
にコピーしました。私はpyangとJNCの統合
Traceback (most recent call last):
File "D:/tools/pyang-master/bin/pyang", line 434, in <module>
run()
File "D:/tools/pyang-master/bin/pyang", line 408, in run
emit_obj.emit(ctx, modules, fd)
File "C:\Users\Siva\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pyang-1.7-py3.5.egg\pyang/plugins\jnc.py", line 208, in emit
if module_stmt in (imported + included):
TypeError: unsupported operand type(s) for +: 'map' and 'map'
誰でもこの種の問題に直面して、コマンド次のエラーが直面している
pyang -f jnc --jnc-output src/gen/simple yang/simple.yang
を使用して$JNC_HOME/examples/yang
下simple.yang
のためのJavaクラスを生成してみてください。この問題を解決する方法を教えてください。