-
Notifications
You must be signed in to change notification settings - Fork 61
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
ModuleNotFoundError: No module named 'pyxrt' #423
Comments
Please share the full build log and the version of Linux for us to reproduce the issue. |
what version of linux? do you happen to have a version of xrt installed in your build system? |
I am using ubuntu lts 24.04 and following the guide in readme.md, am I missing something? |
I just tried building on my Ubuntu 24.04 and don't see any issue. Since we're using XRT as a git submodule, maybe you can repost the issue under https://github.com/Xilinx/XRT? |
I encounter same issue. Clean build xrt submodule save me. $ ./build.sh -clean
$ ./build.sh -npu -opt |
File "/home/User/xdna-driver/xrt/src/../tests/python/200_binding/200_main.py", line 18, in <module>
import pyxrt as pp
ModuleNotFoundError: No module named 'pyxrt'
when executing $ ./build.sh -npu -opt
The text was updated successfully, but these errors were encountered: