Doist / hash_ring

Implements consistent hashing in Python (using md5 as hashing function)
http://amix.dk/blog/viewEntry/19367
108 stars 38 forks source link

New 1.3 package on pypi still requires ez_setup #4

Closed cypreess closed 11 years ago

cypreess commented 11 years ago
$ pip install hash_ring==1.3
Downloading/unpacking hash-ring==1.3
  Running setup.py egg_info for package hash-ring
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/.../.virtualenvs/..../build/hash-ring/setup.py", line 9, in <module>
        import ez_setup
    ImportError: No module named ez_setup
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/home/..../.virtualenvs/..../build/hash-ring/setup.py", line 9, in <module>

    import ez_setup

ImportError: No module named ez_setup
amix commented 11 years ago

Try to clear your cache, I can't reproduce this.