-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
error install source deadsnakes on bullseye #400
Comments
Pull request to fix this issue: #407 |
When will the merge be done? |
I tried after the merge but I get the same error.
my ansible.cfg is:
|
Hello Michele,
if your |python version = 3.9.2 , then no deadsnakes-ppa (newer Python
versions for older systems) should
be needed.||||What I did not understand yet: The system you are
installing to (your Ansible -i hosts), what OS
is that ||and is there an OS-provided python already installed?|
|I have recently-ish (maybe 6 weeks ago) installed using Ansible *on* a
virtual machine ( -i hosts ) that ||
had been provided ||with a then-current Debian 11 installation and that
had Python 3.9.2 on the target even
before touching it with the OpenWISP playbook, entirely||||||skipping
the deadsnakes-ppa install.|||||
||||
|The Ansible version you report shows 3.9.2, but as far as I understand
it, that is for||
the *install controller* i.e. the host you start the Ansible playbook
on| (is there a name for that in Ansible lingo?)|.|
||
||So, long question short: What is your installation *target* ?||
|||Also, I guess you can ssh into the target before running the Ansible
playbook, what does ''python3 --version'' say there?|
||||
|Best regards,|
| Martin|
||
|
|
…On 22.10.22 21:31, Michele Salerno wrote:
|python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1
20210110]|
|
Hi,
My notebook (where I run ansible playbook) is debian 11.5
on server (debian 11.5) (vps on ovh):
|
now try to cange line to file hosts from: bat:
|
Try to purge from apt python2.7 and reboot my notebook.
now is installed only python 3.9 |
is normal when run:
result is:
|
I try comment task/apt.yml lines:
and now
want to install python3.7 when I have python 3.9? however for the ubuntu repo there is not exist bullseye.
|
@emsu-io-suefke i try modify the file apt.yml to:
On the debug i have this:
how can this problem be solved? |
ansible-openwisp2/tasks/apt.yml
Line 143 in 4f0a148
i have this error:
The text was updated successfully, but these errors were encountered: