Skip to content

Instantly share code, notes, and snippets.

@jfindlay
Created May 19, 2016 15:26
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 jfindlay/7ee72ace5fb9eb1e040bc60ba4c06692 to your computer and use it in GitHub Desktop.
Save jfindlay/7ee72ace5fb9eb1e040bc60ba4c06692 to your computer and use it in GitHub Desktop.
jmoney-main ~ master # pip search salt
Exception:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/local/lib/python2.7/dist-packages/pip/commands/search.py", line 43, in run
    pypi_hits = self.search(query, options)
  File "/usr/local/lib/python2.7/dist-packages/pip/commands/search.py", line 60, in search
    hits = pypi.search({'name': query, 'summary': query}, 'or')
  File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1591, in __request
    verbose=self.__verbose
  File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 767, in request
    return self.parse_response(response.raw)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1482, in parse_response
    return u.close()
  File "/usr/lib/python2.7/xmlrpclib.py", line 794, in close
    raise Fault(**self._stack[0])
Fault: <Fault 1: "<type 'exceptions.KeyError'>:'_pypi_hidden'">
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
jmoney-main ~ master # pip search pypy
msgpack-pypy (0.0.2)            - A msgpack extension with special optimizations for PyPy
GeoBasesPypy (5.0.16)           - Data services and visualization - Pypy version
pypyredis (1.0)                 - An open source api to handle redis method in python .Needed redis as python redis connetor.
pypyenv (0.1.3)                 - Install PyPy in virtualenv
pykeccak (0.2.1)                - Keccak 256 hashing for PyPy2
gevent (1.1rc1)                 - Coroutine-based network library for Python 2, Python 3 and PyPy
pypybox2d (2.1-r331)            - Pure Python 2D Physics
pypyodbc (1.3.3)                - PyPyODBC - A Pure Python ODBC module by ctypes
libqrencode-cffi (0.1.1)        - Fast, robust, and less incomplete cffi-based bindings for libqrencode (Py2, Py3, and PyPy)
chainmap (1.0.2)                - Backport/clone of ChainMap for py26, py32, and pypy3.
micropython-binascii (2.4.0-3)  - PyPy binascii module ported to MicroPython
doxypypy (0.8.8.6)              - A Doxygen filter for Python
powny (4.4.0)                   - Distributed events processor, based on stackless technology of PyPy3
Twistless (1.0.0)               - A simple to use bridge between stackless python (available in pypy) and the twisted networking library.
eolfixer (1.1)                  - Reinout's installable copy of pypy's fixeol script
sldap3 (0.0.4a0)                - A strictly RFC 4511 conforming LDAP V3 pure Python server. Same codebase for Python 2, Python3, PyPy and PyPy 3
micropython-hashlib (2.4.0-2)   - PyPy hashlib module ported to MicroPython
pypytools (0.0.1)               - A collection of useful tools to use PyPy-specific features, with CPython fallbacks
hackbeil (0.0)                  - a subversion 2 dvcs converter thats supposed not to die on the pypy repo
ws4py (0.3.4)                   - WebSocket client and server library for Python 2 and 3 as well as PyPy
JitViewer (0.1.1)               - Viewer for pypy's jit traces
pypybox (0.1)                   -
pypq (0.1.3)                    - Python PostgreSQL DBAPI 2.0 compliant driver using ctypes and libpq.so, works with PyPy
jitpy (0.1.3)                   - A library to embed PyPy in CPython.
functools32 (3.2.3-2)           - Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
pypygo (0.1.1)                  - A Python wrapper for the DuckDuckGo instant answer API
mrpypi (0.2.6)                  - Simple, reliable local pypy cache.
ldap3 (1.0.4)                   - A strictly RFC 4510 conforming LDAP V3 pure Python client library. The same codebase works with Python 2, Python 3, PyPy, PyPy3 and Nuikta
BEXML (0.01)                    - Provides fast, lazy, RESTful fastcgi access to various issue (bug) trackers. Compilable into a fast binary with IronPython and PyPy for even faster access.
libzbar-cffi (0.2.0)            - Efficient cffi-based bindings for the zbar QR decoder (Py2, Py3, and PyPy)
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
jmoney-main ~ master # pip install --upgrade pip
Collecting pip
  Downloading pip-8.1.2-py2.py3-none-any.whl (1.2MB)
    100% |████████████████████████████████| 1.2MB 861kB/s
Installing collected packages: pip
  Found existing installation: pip 8.1.1
    Uninstalling pip-8.1.1:
      Successfully uninstalled pip-8.1.1
Successfully installed pip-8.1.2
jmoney-main ~ master # pip search salt
Exception:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/local/lib/python2.7/dist-packages/pip/commands/search.py", line 43, in run
    pypi_hits = self.search(query, options)
  File "/usr/local/lib/python2.7/dist-packages/pip/commands/search.py", line 60, in search
    hits = pypi.search({'name': query, 'summary': query}, 'or')
  File "/usr/lib/python2.7/xmlrpclib.py", line 1233, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1591, in __request
    verbose=self.__verbose
  File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 767, in request
    return self.parse_response(response.raw)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1482, in parse_response
    return u.close()
  File "/usr/lib/python2.7/xmlrpclib.py", line 794, in close
    raise Fault(**self._stack[0])
Fault: <Fault 1: "<type 'exceptions.KeyError'>:'_pypi_hidden'">
jmoney-main ~ master # pip search pypy
msgpack-pypy (0.0.2)            - A msgpack extension with special optimizations for PyPy
GeoBasesPypy (5.0.16)           - Data services and visualization - Pypy version
pypyredis (1.0)                 - An open source api to handle redis method in python .Needed redis as python redis connetor.
pypyenv (0.1.3)                 - Install PyPy in virtualenv
pykeccak (0.2.1)                - Keccak 256 hashing for PyPy2
gevent (1.1rc1)                 - Coroutine-based network library for Python 2, Python 3 and PyPy
pypybox2d (2.1-r331)            - Pure Python 2D Physics
pypyodbc (1.3.3)                - PyPyODBC - A Pure Python ODBC module by ctypes
libqrencode-cffi (0.1.1)        - Fast, robust, and less incomplete cffi-based bindings for libqrencode (Py2, Py3, and PyPy)
chainmap (1.0.2)                - Backport/clone of ChainMap for py26, py32, and pypy3.
micropython-binascii (2.4.0-3)  - PyPy binascii module ported to MicroPython
doxypypy (0.8.8.6)              - A Doxygen filter for Python
powny (4.4.0)                   - Distributed events processor, based on stackless technology of PyPy3
Twistless (1.0.0)               - A simple to use bridge between stackless python (available in pypy) and the twisted networking library.
eolfixer (1.1)                  - Reinout's installable copy of pypy's fixeol script
sldap3 (0.0.4a0)                - A strictly RFC 4511 conforming LDAP V3 pure Python server. Same codebase for Python 2, Python3, PyPy and PyPy 3
micropython-hashlib (2.4.0-2)   - PyPy hashlib module ported to MicroPython
pypytools (0.0.1)               - A collection of useful tools to use PyPy-specific features, with CPython fallbacks
hackbeil (0.0)                  - a subversion 2 dvcs converter thats supposed not to die on the pypy repo
ws4py (0.3.4)                   - WebSocket client and server library for Python 2 and 3 as well as PyPy
JitViewer (0.1.1)               - Viewer for pypy's jit traces
pypybox (0.1)                   -
pypq (0.1.3)                    - Python PostgreSQL DBAPI 2.0 compliant driver using ctypes and libpq.so, works with PyPy
jitpy (0.1.3)                   - A library to embed PyPy in CPython.
functools32 (3.2.3-2)           - Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
pypygo (0.1.1)                  - A Python wrapper for the DuckDuckGo instant answer API
mrpypi (0.2.6)                  - Simple, reliable local pypy cache.
ldap3 (1.0.4)                   - A strictly RFC 4510 conforming LDAP V3 pure Python client library. The same codebase works with Python 2, Python 3, PyPy, PyPy3 and Nuikta
BEXML (0.01)                    - Provides fast, lazy, RESTful fastcgi access to various issue (bug) trackers. Compilable into a fast binary with IronPython and PyPy for even faster access.
libzbar-cffi (0.2.0)            - Efficient cffi-based bindings for the zbar QR decoder (Py2, Py3, and PyPy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment