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
{{ message }}
This repository was archived by the owner on Jul 27, 2018. It is now read-only.
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/
The text was updated successfully, but these errors were encountered:
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.
When I run
$ pip install brew
on Python 2.7.14 :: Anaconda, Inc., ubuntu 17.10, I get the following error:The text was updated successfully, but these errors were encountered: