Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install bravo #451

Open
dreamalligator opened this issue Sep 9, 2014 · 2 comments
Open

pip install bravo #451

dreamalligator opened this issue Sep 9, 2014 · 2 comments

Comments

@dreamalligator
Copy link

pip install Bravo doesn't download the requirements.txt file, just an fyi.

sudo pip install Bravo
Downloading/unpacking Bravo
  Downloading Bravo-2.0.tar.gz (173Kb): 173Kb downloaded
  Running setup.py egg_info for package Bravo
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/root/build/Bravo/setup.py", line 13, in <module>
        install_requires=open("requirements.txt").read().split("\n"),
    IOError: [Errno 2] No such file or directory: 'requirements.txt'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/root/build/Bravo/setup.py", line 13, in <module>

    install_requires=open("requirements.txt").read().split("\n"),

IOError: [Errno 2] No such file or directory: 'requirements.txt'

----------------------------------------
Command python setup.py egg_info failed with error code 1
Storing complete log in /root/.pip/pip.log
@edunham
Copy link
Member

edunham commented Sep 9, 2014

oh Pip. Thank you for letting us know; it seems it's time for me to go learn about packaging :)

@dreamalligator
Copy link
Author

:)

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

No branches or pull requests

2 participants