Skip to content
This repository was archived by the owner on Jul 27, 2018. It is now read-only.

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

Open
va26 opened this issue Apr 1, 2018 · 4 comments

Comments

@va26
Copy link

va26 commented Apr 1, 2018

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
Copy link

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

@va26
Copy link
Author

va26 commented Jun 7, 2018

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
Copy link

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

@va26
Copy link
Author

va26 commented Jun 7, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants