You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because one of the Requirements for Ansible version 2.3.2.0-1 is pycrypto.
Unfortunately this package is no longer supported (last updated in 2013), and so throws an error when trying to install.
The fix for this is easy, the package pycryptodome picked up support for pycrypto and uses the same commands / functionality.
This means to fix this problem, you need to:
install ansible v2.3.2.0-1
modify requirements.txt and replace pycrypto with pycryptodome
modify the ./install.sh script of OpenNet to remove the two git commands (clone and checkout)
and run the ./install.sh script to install opennet
Hope this helps anyone who wants to use this software, I just finished a Final Project using it and this took me an hr or two to find out.
If anyone is maintaining this repo I'd be more than happy to help you merge a change to fix this
The text was updated successfully, but these errors were encountered:
Hello,
I seem to be running into an issue every time I try to install your software when cloning ansible
in your ./install.sh script the function Install_Ansible dosen't work anymore
Because one of the Requirements for Ansible version 2.3.2.0-1 is pycrypto.
Unfortunately this package is no longer supported (last updated in 2013), and so throws an error when trying to install.
The fix for this is easy, the package pycryptodome picked up support for pycrypto and uses the same commands / functionality.
This means to fix this problem, you need to:
Hope this helps anyone who wants to use this software, I just finished a Final Project using it and this took me an hr or two to find out.
If anyone is maintaining this repo I'd be more than happy to help you merge a change to fix this
The text was updated successfully, but these errors were encountered: