Skip to content

Instantly share code, notes, and snippets.

@public
Created July 22, 2015 10:46
Show Gist options
  • Save public/67ea1da5bc1320a146e8 to your computer and use it in GitHub Desktop.
Save public/67ea1da5bc1320a146e8 to your computer and use it in GitHub Desktop.
(CRYPT3)alexs@alexs-thinkpad:~/code/cryptography$ pip install typing
You are using pip version 6.0.3, however version 7.1.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting typing
Downloading typing-0.0.tar.gz
file t.py (for module t) not found
file y.py (for module y) not found
file p.py (for module p) not found
file i.py (for module i) not found
file n.py (for module n) not found
file g.py (for module g) not found
Collecting six (from typing)
Downloading six-1.9.0-py2.py3-none-any.whl
Installing collected packages: six, typing
Running setup.py install for typing
file t.py (for module t) not found
file y.py (for module y) not found
file p.py (for module p) not found
file i.py (for module i) not found
file n.py (for module n) not found
file g.py (for module g) not found
file t.py (for module t) not found
file y.py (for module y) not found
file p.py (for module p) not found
file i.py (for module i) not found
file n.py (for module n) not found
file g.py (for module g) not found
warning: install_lib: 'build/lib' does not exist -- no Python modules to install
file t.py (for module t) not found
file y.py (for module y) not found
file p.py (for module p) not found
file i.py (for module i) not found
file n.py (for module n) not found
file g.py (for module g) not found
file t.py (for module t) not found
file y.py (for module y) not found
file p.py (for module p) not found
file i.py (for module i) not found
file n.py (for module n) not found
file g.py (for module g) not found
Successfully installed six-1.9.0 typing-0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment