-
Notifications
You must be signed in to change notification settings - Fork 7
Poise Python is Archived #3
Comments
@gregorskii is there a clear successor to poise python? If poise is broken, I expect to run into trouble in my environment eventually, although we may be escaping problems by pinning pip 18 right now... |
I didn’t find one, looking back at the work I did a few months ago on this project, I was also using poise, and backed out of it for the same reason. At the moment I can’t install supervisor using this book, if pinning pip works that would be a good stop gap. |
Just checking in, is it possible to easily resolve this? Thanks. EDIT: currently I am installing python with:
Which is not cross platform, may only work in Ubuntu. But when I skip the supervisor_install step I get an error around this step:
About a nil value here:
Not too familiar with this chef config, but it looks like it registering a service resource. If i skip the Any tips on how to bypass the python install if it's already installed? |
I think that you need to create a custom I think that if you create a resource with the same name in the cookbook where you're including this recipe, the |
Awesome thanks. Will try this. |
Hi @RulerOf I was able to get this to work with this combination: Install python outside of this cookbook:
Install this cookbook using:
Making my cookbook depend on poise-service. Copying the service from this cookbook into COOKBOOK/resources. So I think it would make sense to make this cookbook run correctly with some flag indicating that python is installed externally, but still configuring the service. Or relying on this workaround. |
Hi, this appears to be the most up to date supervisor cookbook, but poise python has an error in its python version:
poise/poise-python#146
Can this cookbook be updated to use a more reliable python cookbook?
The text was updated successfully, but these errors were encountered: