Conversation
|
TESTNOW |
kanvi-nervana
left a comment
There was a problem hiding this comment.
I tried the changes in this branch on a docker container and encountered the following error:
Python Configuration Error: Invalid python library path: /usr/lib/python3.5/site-packages
I was able to resolve the above error by changing site-packages to dist-packages
Then I see a new error:
ARTIFACTS DIR: /home/ngtf/ngraph-tf/build/artifacts/tensorflow
File "/usr/lib/python3.5/site.py", line 182
file=sys.stderr)
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "./build_ngtf.py", line 579, in
main()
File "./build_ngtf.py", line 504, in main
target_arch, verbosity)
File "./build_ngtf.py", line 197, in build_tensorflow
command_executor("./configure")
File "./build_ngtf.py", line 44, in command_executor
raise Exception("Error running command: " + cmd)
Exception: Error running command: ./configure
I tried a clean bazel build but still get the same error.
Can you please fix this error and let us know?
|
I could run this with specific |
No description provided.