Ubuntu Python “No module named paramiko”
问题 So I'm trying to use Paramiko on Ubuntu with Python 2.7, but import paramiko causes this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named paramiko The other questions on this site don't help me since I'm new to Ubuntu. Here are some important commands that I ran to check stuff: sudo pip install paramiko pip install paramiko sudo apt-get install python-paramiko Paramiko did "install". These are the only commands I used to "install"