Can't install algo's remaining dependencies #14413
-
So, when I try to do step 4. it throws this error ERROR: Could not find a version that satisfies the requirement ansible-core==2.12.1 (from versions: 0.0.1a1, 2.11.0b1, 2.11.0b2, 2.11.0b3, 2.11.0b4, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.11.1rc1, 2.11.1, 2.11.2rc1, 2.11.2, 2.11.3rc1, 2.11.3, 2.11.4rc1, 2.11.4, 2.11.5rc1, 2.11.5, 2.11.6rc1, 2.11.6, 2.11.7rc1, 2.11.7, 2.11.8rc1) I tried doing "sudo pip install ansible-core==2.12.1", then I tried "python -m pip install --user ansible", after that I tried "sudo pip install ansible-core" Does anyone know how to fix this? |
Beta Was this translation helpful? Give feedback.
See #14410 and #14411.