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

setup.py not working #1

Open
D3f0 opened this issue Dec 5, 2013 · 1 comment
Open

setup.py not working #1

D3f0 opened this issue Dec 5, 2013 · 1 comment

Comments

@D3f0
Copy link
Contributor

D3f0 commented Dec 5, 2013

On pip install telegraphy console shows:

Downloading/unpacking telegraphy
  Downloading telegraphy-0.1.2.tar.gz
  Storing download in cache at /home/defo/.pip_download_cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Ft%2Ftelegraphy%2Ftelegraphy-0.1.2.tar.gz
  Running setup.py egg_info for package telegraphy
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "/home/defo/.virtualenvs/coco/build/telegraphy/setup.py", line 5, in <module>
        with open('requirements.txt', 'rb') as fp:
    FileNotFoundError: [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 16, in <module>

  File "/home/defo/.virtualenvs/coco/build/telegraphy/setup.py", line 5, in <module>

    with open('requirements.txt', 'rb') as fp:

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

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /home/defo/.virtualenvs/coco/build/telegraphy
Storing complete log in /home/defo/.pip/pip.log
@D3f0
Copy link
Contributor Author

D3f0 commented Feb 18, 2015

It won't be installable until we merge corssbar branch into master.

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

1 participant