Alternatives to Paramiko

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024
  • НаукаНаука

Комментарии • 9

  • @user-oo6vf1lo8i
    @user-oo6vf1lo8i Год назад

    Used your examples, and I was off running live tests.

  • @Noname-yu8sx
    @Noname-yu8sx 2 года назад

    does ssh2 work anymore? I tried downloading it using python2 and python3 but it always throws an error. Any support??

    • @JakeCallahan
      @JakeCallahan  2 года назад

      What kind of error are you seeing?
      If it is an error during installation, you may need to install the cmake package on your system, assuming you're running Linux.

    • @Noname-yu8sx
      @Noname-yu8sx 2 года назад

      @@JakeCallahan I'm trying to install it on Mac os. It is error downloading ssh2 and parallel-ssh
      I've tried installing on python3.9 and python 2.7..none of them worked

    • @JakeCallahan
      @JakeCallahan  2 года назад

      It looks like you can install cmake with brew. I'd give this a shot.
      stackoverflow.com/questions/60804796/trouble-trying-to-install-ssh2-python-on-mac-os-catalina

    • @Noname-yu8sx
      @Noname-yu8sx 2 года назад +1

      @@JakeCallahan okay.I'll try this out
      Thanks anyway

    • @Noname-yu8sx
      @Noname-yu8sx 2 года назад

      @@JakeCallahan It did not work for me, throws the same error
      error: subprocess-exited-with-error
      × python setup.py bdist_wheel did not run successfully.
      │ exit code: 1