python-mcparseface
python-mcparseface copied to clipboard
ImportError: cannot import name structured_graph_builder
Hi, I have the following error when running the script:
File "pyparseface.py", line 20, in
I understand that structured_graph_builder is part of syntaxnet? Do i need to run my script within a certain folder? Many thanks in advance
Did you manage to solve the problem?
Same issue. Seems like a missing pip package, but i couldn't figure out which.
Same issue . Found any solutions ?
Yes. Just add another entry in pyparseface.py
.
sys.path.append(os.path.join(PROJECT_ROOT, 'models', 'syntaxnet'))