Skip to content

Instantly share code, notes, and snippets.

@sparr
Created February 12, 2019 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sparr/e5967312ef2ef80c3371685e48d8bad3 to your computer and use it in GitHub Desktop.
Save sparr/e5967312ef2ef80c3371685e48d8bad3 to your computer and use it in GitHub Desktop.
problem importing backports.shutil_get_terminal_size
> pip install backports.shutil_get_terminal_size 44.9s  Tue 12 Feb 2019 10:43:34 AM PST
Requirement already satisfied: backports.shutil_get_terminal_size in /usr/local/lib/python2.7/dist-packages/backports.shutil_get_terminal_size-1.0.0-py2.7.egg (1.0.0)
> python 501ms  Tue 12 Feb 2019 10:43:35 AM PST
Python 2.7.15+ (default, Feb 3 2019, 13:13:16)
[GCC 8.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import backports.shutil_get_terminal_size
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named shutil_get_terminal_size
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment