pkg_resources.DistributionNotFound: hiredis

jobmattcon at gmail.com jobmattcon at gmail.com
Mon Mar 17 01:02:56 EDT 2014


http://heynemann.github.io/r3/

C:\heynemann-r3-cc6b4eb\build\lib\r3\app>r3-app --red
is-port=6379 --redis-pass=r3 -c config.py
Traceback (most recent call last):
  File "C:\Python27\Scripts\r3-app-script.py", line 5, in <module>
    from pkg_resources import load_entry_point
  File "C:\Python27\lib\site-packages\pkg_resources.py", line 2709, in <module>
    working_set.require(__requires__)
  File "C:\Python27\lib\site-packages\pkg_resources.py", line 664, in require
    needed = self.resolve(parse_requirements(requirements))
  File "C:\Python27\lib\site-packages\pkg_resources.py", line 567, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: hiredis


[5700] 17 Mar 11:31:43.819 # Warning: no config file specified, using the defaul
t config. In order to specify a config file use C:\Users\martin.lee\Downloads\re
dis-2.6\bin\release\redis-server.exe /path/to/redis.conf
[5700] 17 Mar 11:31:43.828 # Warning: 32 bit instance detected but no memory lim
it set. Setting 3 GB maxmemory limit with 'noeviction' policy now.
                _._
           _.-``__ ''-._
      _.-``    `.  `_.  ''-._           Redis 2.6.12 (00000000/0) 32 bit
  .-`` .-```.  ```\/    _.,_ ''-._
 (    '      ,       .-`  | `,    )     Running in stand alone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 5700
  `-._    `-._  `-./  _.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |           http://redis.io
  `-._    `-._`-.__.-'_.-'    _.-'
 |`-._`-._    `-.__.-'    _.-'_.-'|
 |    `-._`-._        _.-'_.-'    |
  `-._    `-._`-.__.-'_.-'    _.-'
      `-._    `-.__.-'    _.-'
          `-._        _.-'
              `-.__.-'

[5700] 17 Mar 11:31:43.829 # Server started, Redis version 2.6.12
[5700] 17 Mar 11:31:43.829 * The server is now ready to accept connections on po



More information about the Python-list mailing list