-
Notifications
You must be signed in to change notification settings - Fork 774
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
[component] error while loading shared libraries with python #18871
Labels
Priority:P2
Priority: medium
Milestone
Comments
Bazel cuts environment variables when building, so only python's default paths will be looked at. I don't know whether or not yours is a default, I've had this problem with python modules before (#18689). Would you mind trying with |
Fixed by #19476 perhaps? |
Closing for now - please reopen if you have follow-up questions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I ran the command : bazel build //hw:verilator
I see that it complains about not being able to find libpython3.7m.so.1.0, however, /usr/bin/python3.7.0/lib is set in the LDB_LIBRARY_PATH variable.
The text was updated successfully, but these errors were encountered: