-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when building locally #658
Comments
Did you run |
Here's the content of the first dir:
The second dir doesn't exist. |
Hmm, I see the issue. You have We can fix the build, but I am afraid there might be other issues.
With:
In the |
I run it on Python3 now. It goes farther but hangs at this message:
|
I think I know that one. Try:
|
@dlibenzi It went farther. Now, the error is the following: CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/test_ptxla.dir/all' failed |
There must be more error above. |
Here's a fragment of logs (the full log doesn't fit into a gist):
|
Can you try to do a |
Closing due to no activity. Please feel free to reopen with a full error log if this error persists. Thanks! |
Selected XLAC library
ln: failed to create symbolic link '/home/kostik/pytorch/xla/build/lib.linux-x86_64-2.7/libptxla.so' -> '': No such file or directory
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
PTXLA_LIB
linked by target "test_ptxla" in directory /home/kostik/pytorch/xla/test/cpp
-- Configuring incomplete, errors occurred!
See also "/home/kostik/pytorch/xla/test/cpp/build/CMakeFiles/CMakeOutput.log".
Failed to build tests: ['/home/kostik/pytorch/xla/test/cpp/run_tests.sh', '-B']
How can I work this around?
The text was updated successfully, but these errors were encountered: