redis / hiredis-py

Python wrapper for hiredis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings when installing

gerrat opened this issue · comments

Installing on Linux (Ubuntu 16.04) under Python3.6 and using easy_install gives these warnings, but still seems to work.

Searching for hiredis
Reading https://pypi.python.org/simple/hiredis/
Downloading https://pypi.python.org/packages/1b/98/4766d85124b785ff1989ee1c79631a1b6ecfcb444ff39999a87877b2027e/hiredis-0.2.0.tar.gz#md5=b410cf2f2062d87ab841c33d8345761e
Best match: hiredis 0.2.0
Processing hiredis-0.2.0.tar.gz
Writing /tmp/easy_install-iethl5pn/hiredis-0.2.0/setup.cfg
Running hiredis-0.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-iethl5pn/hiredis-0.2.0/egg-dist-tmp-sk0axbvv
- warning: no previously-included files found matching 'vendor/hiredis/example*'
- warning: no previously-included files found matching 'vendor/hiredis/text*'
- zip_safe flag not set; analyzing archive contents...
- hiredis.__pycache__.hiredis.cpython-36: module references __file__
creating /usr/local/lib/python3.6/dist-packages/hiredis-0.2.0-py3.6-linux-x86_64.egg
Extracting hiredis-0.2.0-py3.6-linux-x86_64.egg to /usr/local/lib/python3.6/dist-packages
Adding hiredis 0.2.0 to easy-install.pth file
Installed /usr/local/lib/python3.6/dist-packages/hiredis-0.2.0-py3.6-linux-x86_64.egg
Processing dependencies for hiredis

@gerrat Thanks for reporting.

This is because two lines exclude vendor/hiredis/example* and exclude vendor/hiredis/text* in MANIFEST.in
Trivial warnings and will not affect hiredis.