You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
When I run
$ pip install brewon Python 2.7.14 :: Anaconda, Inc., ubuntu 17.10, I get the following error: