Installing python3-paramiko on mobaXterm Personal Ed. V9.0 The 2019 Stack Overflow Developer...

My body leaves; my core can stay

60's-70's movie: home appliances revolting against the owners

Homework question about an engine pulling a train

Match Roman Numerals

Did the new image of black hole confirm the general theory of relativity?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Simulating Exploding Dice

Why can't wing-mounted spoilers be used to steepen approaches?

Python - Fishing Simulator

Drawing vertical/oblique lines in Metrical tree (tikz-qtree, tipa)

Do ℕ, mathbb{N}, BbbN, symbb{N} effectively differ, and is there a "canonical" specification of the naturals?

How to read αἱμύλιος or when to aspirate

Could an empire control the whole planet with today's comunication methods?

Store Dynamic-accessible hidden metadata in a cell

Can a flute soloist sit?

Button changing its text & action. Good or terrible?

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

For what reasons would an animal species NOT cross a *horizontal* land bridge?

Word for: a synonym with a positive connotation?

Why not take a picture of a closer black hole?

"... to apply for a visa" or "... and applied for a visa"?

Is there a way to generate uniformly distributed points on a sphere from a fixed amount of random real numbers per point?

how can a perfect fourth interval be considered either consonant or dissonant?

Why doesn't a hydraulic lever violate conservation of energy?



Installing python3-paramiko on mobaXterm Personal Ed. V9.0



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Turn off screen saver in MobaXtermWhere does MobaXterm keep its home directory?use Windows path variable in MobaXtermHow to send “ctrl + c” in MobaXtermWhy can't I import Mobaxterm sessions from file?MobaXTerm Powerline Font IssueMobaxterm icons and featurespreventing MobaXTerm sidebar from opening,Mobaxterm popup terminal on ssh by defaultmobaxterm - Disconnected: No supported authentication methods available (server sent: publickey)





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















This is on a windows 8 PC.



I used the MobApt package manger, it found V2.4.1 of paramiko and installed it without any complaints as far as I can see, but when I try to import paramiko I see this:



[paulb.paulb-desktop] ➤ python3
Python 3.4.3 (default, May 5 2015, 17:04:32)
[GCC 4.9.2] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import paramiko
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'paramiko'
>>>


Other imports work OK:



>>> import math
>>>


It similarly fails if I use it in a script:



[paulb.paulb-desktop] ➤ ./ssh_test.py
Traceback (most recent call last):
File "./ssh_test.py", line 3, in <module>
import paramiko
ImportError: No module named 'paramiko'


Can anyone point me in the correct direction?



Edit 1:



I haven't rebooted my system after the installation, although I have exited and restarted mobaXterm.  I'm currently running a long duration test, so not too convenient to reboot it at present.


I've tried another (random) package, bugzilla which I noted caused requests to be installed and I can't import requests either, so the issue may not be related to paramiko.



Edit 2:



Rebooting the PC hasn't helped



Paul










share|improve this question









New contributor




Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



























    0















    This is on a windows 8 PC.



    I used the MobApt package manger, it found V2.4.1 of paramiko and installed it without any complaints as far as I can see, but when I try to import paramiko I see this:



    [paulb.paulb-desktop] ➤ python3
    Python 3.4.3 (default, May 5 2015, 17:04:32)
    [GCC 4.9.2] on cygwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import paramiko
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    ImportError: No module named 'paramiko'
    >>>


    Other imports work OK:



    >>> import math
    >>>


    It similarly fails if I use it in a script:



    [paulb.paulb-desktop] ➤ ./ssh_test.py
    Traceback (most recent call last):
    File "./ssh_test.py", line 3, in <module>
    import paramiko
    ImportError: No module named 'paramiko'


    Can anyone point me in the correct direction?



    Edit 1:



    I haven't rebooted my system after the installation, although I have exited and restarted mobaXterm.  I'm currently running a long duration test, so not too convenient to reboot it at present.


    I've tried another (random) package, bugzilla which I noted caused requests to be installed and I can't import requests either, so the issue may not be related to paramiko.



    Edit 2:



    Rebooting the PC hasn't helped



    Paul










    share|improve this question









    New contributor




    Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0












      0








      0








      This is on a windows 8 PC.



      I used the MobApt package manger, it found V2.4.1 of paramiko and installed it without any complaints as far as I can see, but when I try to import paramiko I see this:



      [paulb.paulb-desktop] ➤ python3
      Python 3.4.3 (default, May 5 2015, 17:04:32)
      [GCC 4.9.2] on cygwin
      Type "help", "copyright", "credits" or "license" for more information.
      >>> import paramiko
      Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      ImportError: No module named 'paramiko'
      >>>


      Other imports work OK:



      >>> import math
      >>>


      It similarly fails if I use it in a script:



      [paulb.paulb-desktop] ➤ ./ssh_test.py
      Traceback (most recent call last):
      File "./ssh_test.py", line 3, in <module>
      import paramiko
      ImportError: No module named 'paramiko'


      Can anyone point me in the correct direction?



      Edit 1:



      I haven't rebooted my system after the installation, although I have exited and restarted mobaXterm.  I'm currently running a long duration test, so not too convenient to reboot it at present.


      I've tried another (random) package, bugzilla which I noted caused requests to be installed and I can't import requests either, so the issue may not be related to paramiko.



      Edit 2:



      Rebooting the PC hasn't helped



      Paul










      share|improve this question









      New contributor




      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      This is on a windows 8 PC.



      I used the MobApt package manger, it found V2.4.1 of paramiko and installed it without any complaints as far as I can see, but when I try to import paramiko I see this:



      [paulb.paulb-desktop] ➤ python3
      Python 3.4.3 (default, May 5 2015, 17:04:32)
      [GCC 4.9.2] on cygwin
      Type "help", "copyright", "credits" or "license" for more information.
      >>> import paramiko
      Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      ImportError: No module named 'paramiko'
      >>>


      Other imports work OK:



      >>> import math
      >>>


      It similarly fails if I use it in a script:



      [paulb.paulb-desktop] ➤ ./ssh_test.py
      Traceback (most recent call last):
      File "./ssh_test.py", line 3, in <module>
      import paramiko
      ImportError: No module named 'paramiko'


      Can anyone point me in the correct direction?



      Edit 1:



      I haven't rebooted my system after the installation, although I have exited and restarted mobaXterm.  I'm currently running a long duration test, so not too convenient to reboot it at present.


      I've tried another (random) package, bugzilla which I noted caused requests to be installed and I can't import requests either, so the issue may not be related to paramiko.



      Edit 2:



      Rebooting the PC hasn't helped



      Paul







      mobaxterm






      share|improve this question









      New contributor




      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 13 hours ago







      Paul Bray













      New contributor




      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked yesterday









      Paul BrayPaul Bray

      11




      11




      New contributor




      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Paul Bray is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          0














          I don't know anything about mobaxterm, but the first bit of searching I do suggests it might have shipped with Python2, not Python3. Python modules must be installed for each version of Python on your system. Many package managers don't handle this gracefully.



          Try explicitly invoking python2 and then seeing if import paramiko there works.






          share|improve this answer
























          • Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

            – Paul Bray
            14 hours ago














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });






          Paul Bray is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424202%2finstalling-python3-paramiko-on-mobaxterm-personal-ed-v9-0%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I don't know anything about mobaxterm, but the first bit of searching I do suggests it might have shipped with Python2, not Python3. Python modules must be installed for each version of Python on your system. Many package managers don't handle this gracefully.



          Try explicitly invoking python2 and then seeing if import paramiko there works.






          share|improve this answer
























          • Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

            – Paul Bray
            14 hours ago


















          0














          I don't know anything about mobaxterm, but the first bit of searching I do suggests it might have shipped with Python2, not Python3. Python modules must be installed for each version of Python on your system. Many package managers don't handle this gracefully.



          Try explicitly invoking python2 and then seeing if import paramiko there works.






          share|improve this answer
























          • Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

            – Paul Bray
            14 hours ago
















          0












          0








          0







          I don't know anything about mobaxterm, but the first bit of searching I do suggests it might have shipped with Python2, not Python3. Python modules must be installed for each version of Python on your system. Many package managers don't handle this gracefully.



          Try explicitly invoking python2 and then seeing if import paramiko there works.






          share|improve this answer













          I don't know anything about mobaxterm, but the first bit of searching I do suggests it might have shipped with Python2, not Python3. Python modules must be installed for each version of Python on your system. Many package managers don't handle this gracefully.



          Try explicitly invoking python2 and then seeing if import paramiko there works.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          robbat2robbat2

          68167




          68167













          • Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

            – Paul Bray
            14 hours ago





















          • Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

            – Paul Bray
            14 hours ago



















          Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

          – Paul Bray
          14 hours ago







          Definitely installed the package for Python3. The package manager gives a choice of python2-paramiko and python3-paramiko, and I have selected the python3 option.

          – Paul Bray
          14 hours ago












          Paul Bray is a new contributor. Be nice, and check out our Code of Conduct.










          draft saved

          draft discarded


















          Paul Bray is a new contributor. Be nice, and check out our Code of Conduct.













          Paul Bray is a new contributor. Be nice, and check out our Code of Conduct.












          Paul Bray is a new contributor. Be nice, and check out our Code of Conduct.
















          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1424202%2finstalling-python3-paramiko-on-mobaxterm-personal-ed-v9-0%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

          Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

          looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...