-
Notifications
You must be signed in to change notification settings - Fork 540
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
Need help on installing psycopg2 library #1348
Comments
Have you tried using the |
Yes it is working, but using Also what should i do, in-case if some other library requires |
You can use: @hariharasudhan-nineleaps take a look at: #48 if you want to host or build your own lib ssl. |
Thank you for this! This is what I did to get around this for now but I really want to come back and provide a proper fix for this later. I think some of the work @jvolkman has been doing on shipping cross platform python packages may be part of that but I need to take a deeper look and see if it's feasable to start using in my repo. for now this fixed it but it will break at some point if In my
|
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. |
This issue was automatically closed because it went 30 days without a reply since it was labeled "Can Close?" |
🐞 bug report
Affected Rule
Need help on installing psycopg2 library
Is this a regression?
n/a
Description
I am new to the bazel build tool, when i am trying to install psycopg2, its failing with error message ld: library not found for -lssl, how can i pass LD_LIBRARY_PATH to rules_python
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Operating System:
Output of
bazel version
:Rules_python version:
Anything else relevant?
When i am trying to install without
bazel
its installing and working as expected, its happening only inside bazelThe text was updated successfully, but these errors were encountered: