Debian use python get pycrypto error
apt-get something:
1 | apt-get python-openssl |
then use this method:
1 | get-pip.py https://bootstrap.pypa.io/get-pip.py |
or use this one:
1 | wget https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.5.tar.gz |
1 | apt-get python-openssl |
1 | get-pip.py https://bootstrap.pypa.io/get-pip.py |
1 | wget https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.5.tar.gz |