viisar / brew

⛔️ DEPRECATED brew: Python Ensemble Learning API
MIT License
301 stars 70 forks source link

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-KQWXG9/brew/ #34

Open va26 opened 6 years ago

va26 commented 6 years ago

When I run $ pip install brew on Python 2.7.14 :: Anaconda, Inc., ubuntu 17.10, I get the following error:

(Python27) vat26@vatsal:~$ pip install brew
Collecting brew
  Using cached brew-0.1.4.zip
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-KQWXG9/brew/setup.py", line 22, in <module>
        with open('requirements.txt') as fid:
    IOError: [Errno 2] No such file or directory: 'requirements.txt'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-KQWXG9/brew/
anjalibhavan commented 6 years ago

Hi I got the same error. Did you find any solution for this?

va26 commented 6 years ago

Yeah! Actually pip install brew gives this error but you use the second command pip install git+https://github.com/viisar/brew.git. This worked for me.

anjalibhavan commented 6 years ago

Hello, I tried this too. But then I get the error 'Cannot find command git'. How do I remedy this?

va26 commented 6 years ago

Install git on you system using the following : link for ubuntu link for windows