projecteru / redis-trib.py

Redis Cluster lib in Python
MIT License
135 stars 45 forks source link

installation issues #11

Open eineshteine opened 6 years ago

eineshteine commented 6 years ago

pip install redis-trib Collecting redis-trib Using cached https://files.pythonhosted.org/packages/51/53/c59f606785dd687af6e61d12587f96d1d3f191c41932d13f5544c86bffc6/redis-trib-0.5.2.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-0nhYwk/redis-trib/setup.py", line 5, in with open('requirements.txt', 'r') as reqin: IOError: [Errno 2] No such file or directory: 'requirements.txt'

freeyoung commented 6 years ago

I'm currently having the same issue, with pip3 though, on macOS 10.13.6, Python 3.7.0

$ pip3 install redis-trib
Collecting redis-trib
  Downloading https://files.pythonhosted.org/packages/51/53/c59f606785dd687af6e61d12587f96d1d3f191c41932d13f5544c86bffc6/redis-trib-0.5.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/96/xg4qffjj0g19w945m_bqswjr0000gn/T/pip-install-cb08llvh/redis-trib/setup.py", line 5, in <module>
        with open('requirements.txt', 'r') as reqin:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/96/xg4qffjj0g19w945m_bqswjr0000gn/T/pip-install-cb08llvh/redis-trib/
DavidSchnepper commented 6 years ago

Me also, Docker/virtualbox on Macbook

zheplusplus commented 6 years ago

@eineshteine @freeyoung @DavidSchnepper Terribly sorry for this issue. I've fixed it and released v0.6 .