Skip to content

opencomparison.rtfd.org returns a 403 #198

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

Closed
pydanny opened this issue Apr 19, 2012 · 3 comments
Closed

opencomparison.rtfd.org returns a 403 #198

pydanny opened this issue Apr 19, 2012 · 3 comments

Comments

@pydanny
Copy link
Contributor

pydanny commented Apr 19, 2012

Also, the build page shows things not processing all the way through. See http://readthedocs.org/builds/opencomparison/

@ericholscher
Copy link
Member

It looks like a package you are depending on has no setup.py which is
causing stuff to bomb:

http://readthedocs.org/builds/opencomparison/126406/

    Obtaining restconsumer from
    git+git://github.com/becomingGuru/python-restconsumer.git#egg=restconsumer
    (from -r requirements/project.txt (line 34))
      Updating /home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/opencomparison/envs/latest/src/restconsumer
    clone
      Running setup.py egg_info for package restconsumer
        Traceback (most recent call last):
          File "<string>", line 14, in <module>
        IOError: [Errno 2] No such file or directory:
    '/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/opencomparison/envs/latest/src/restconsumer/setup.py'
        Complete output from command python setup.py egg_info:
        Traceback (most recent call last):

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

    IOError: [Errno 2] No such file or directory:
    '/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/opencomparison/envs/latest/src/restconsumer/setup.py'

    -------------------

@pydanny
Copy link
Contributor Author

pydanny commented Apr 19, 2012

Okay, will fix.

Danny

On Thu, Apr 19, 2012 at 12:57 PM, Eric Holscher
[email protected]
wrote:

It looks like a package you are depending on has no setup.py which is
causing stuff to bomb:

http://readthedocs.org/builds/opencomparison/126406/

Obtaining restconsumer from
git+git://github.com/becomingGuru/python-restconsumer.git#egg=restconsumer
(from -r requirements/project.txt (line 34))
 Updating /home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/opencomparison/envs/latest/src/restconsumer
clone
 Running setup.py egg_info for package restconsumer
   Traceback (most recent call last):
     File "", line 14, in
   IOError: [Errno 2] No such file or directory:
'/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/opencomparison/envs/latest/src/restconsumer/setup.py'
   Complete output from command python setup.py egg_info:
   Traceback (most recent call last):

 File "", line 14, in

IOError: [Errno 2] No such file or directory:
'/home/docs/sites/readthedocs.org/checkouts/readthedocs.org/user_builds/opencomparison/envs/latest/src/restconsumer/setup.py'


On Thu, Apr 19, 2012 at 9:04 AM, Daniel Greenfeld <
[email protected]

wrote:

Also, the build page shows things not processing all the way through. See
http://readthedocs.org/builds/opencomparison/


Reply to this email directly or view it on GitHub:
#198

Eric Holscher
Engineer at Urban Airship in Portland, Or
http://ericholscher.com


Reply to this email directly or view it on GitHub:
#198 (comment)

'Knowledge is Power'
Daniel Greenfeld
http://pydanny.com

@pydanny
Copy link
Contributor Author

pydanny commented Apr 19, 2012

User Error corrected. Bad library taken out of our build.

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