User Tools

Site Tools


wiki:ansible_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
wiki:ansible_troubleshooting [2024/01/08 11:40] – add AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms' antisawiki:ansible_troubleshooting [2024/03/19 15:44] – add local/bin/ansible: No such file or directory antisa
Line 22: Line 22:
  
 Or just use a newer version of ansible which can use newer version of cryptography package. Or just use a newer version of ansible which can use newer version of cryptography package.
 +
 +===== .local/bin/ansible: No such file or directory =====
 +Happened when pip installing 9.3.0 version over 2.9.27.
 +
 +Uninstall old version first
 +  pip uninstall 2.9.27
 +
 +Make sure no ansible dirs are leftover:
 +
 +  ~$ ls /home/antisa/.local/lib/python3.10/site-packages/ansible*
 +  ls: cannot access '/home/antisa/.local/lib/python3.10/site-packages/ansible*': No such file or directory
 +
 +Now install via pip 
 +  pip install ansible
 +
  
 ====== See also ====== ====== See also ======
wiki/ansible_troubleshooting.txt · Last modified: 2024/03/22 09:49 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki