-
Notifications
You must be signed in to change notification settings - Fork 99
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
Unable to build EE images: python module build fails #206
Comments
Can you tell which dependency is trying to pull in pycurl? I'm not seeing it in the dep list for either Ideally, the collections themselves would include the proper metadata so Anyway, in the meantime, you can do this:
Then reference it in your ---
version: 1
dependencies:
# snip
system: bindep.txt |
next possible occasion that isn't purely virtual due to corona, you, me, beers. possibly more than one. |
Anyway, my best guess for the PyCURL requirement would be winrm, isn't that protocol basically https? |
you need to add python38-devel [compile] into your bindep.txt file, as it is a build-time requirement. |
Even running it with empty requirements and collections, I still get the same error. I just wanted to run the ansible builder to try it out. Same issue. |
@ilijamt what does your bindep.txt file look like? |
After having a working custom build with 0.1.0, I started having this issue again with 0.2.0. It fails on I got it working by updating my bindep.txt to
note addition of additional python38 package but mainly the gcc-c++ package, cribbed from https://github.com/openstack/openstack-ansible/blob/master/bindep.txt |
Looks like this has worked itself out, open another issue if you have a new error |
I've managed to get ansible-builder past the first problems with building images (See ansible/awx#9917), now installation of the python modules listed in requrements.txt fails:
The text was updated successfully, but these errors were encountered: