I'm going to do SSH connection using RIDE in VM.
To do so, I had to call SSH Library, but it failed.
How to import SSH Library call successfully?
i try
a. https://github.com/robotframework/SSHLibrary (Fail)
b. cmd > pip install robotframework-SSHLibrary (Fail)
c. cmd > pip install -U robotframework-sshlibrary==3.8.0 (Fail)
reference
https://github.com/robotframework/SSHLibrary
https://www.youtube.com/watch?v=Zr8ejSgBgNU
help me plz
Alternatively you can download the source distribution from PyPI, extract it, and install it using one of the following depending are you using Python or Jython:
python setup.py install jython setup.py install