-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Vagrant: The sample-multiserver.yml example fails with bionic and "Unable to find any of pip3 to use. pip needs to be installed." #122
Comments
I wonder if the problem here is with the superlance install. I haven't tested using python3 and superlance at the same time. Can you try your test with "plone_hot_monitor" set to "cron"?
I like the cron-style hot monitor better in any case. It does a smoother client start/stop. |
If it turns out that superlance is the problem, I propose to add an error message to let the user know that python3 and superlance aren't compatible. |
I ran into this issue myself, and bumping superlance to 1.0 (which supports Python 2 and 3) fixed the reported issue. Or maybe worked around it. I think it is possible to install Plone 5.2 on Python 3, yes? |
I ran into this again, but this time when specifying
I got the executable path by looking at After that, I still had to run the playbook repeatedly, once because of the issue mentioned under |
@acsr @smcmahon I submitted plone/ansible.plone_server#137 to resolve this issue. I still have not got the playbook to run Python 3 yet, but my PR for |
Although my PR for zc.monitor was merged and a new release was made... ...it has a dependency |
Full failure report on the prompt for the plone-5.2/primary:
You can quickly fix that after the initial vagrant up by installing pip3 in the vm like this and reprovision the vm
While the VM is still up after vagrant up:
now reprovision:
To permanently include the pip3 command you need to enhance the playbook.
I come back if I fixed it or someone else jumps in to choose the proper location to put the code in.
must be something similar to https://relativkreativ.at/articles/how-to-install-python-with-ansible
For now I have no idea where the pip3 requirement comes from in the current playbook version 1.3.7 since
The text was updated successfully, but these errors were encountered: