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 package needs to depend on sphinx #1006

Closed
ldoktor opened this issue Apr 19, 2016 · 13 comments
Closed

pip package needs to depend on sphinx #1006

ldoktor opened this issue Apr 19, 2016 · 13 comments

Comments

@ldoktor
Copy link
Member

ldoktor commented Apr 19, 2016

Installing autotest without sphinx fails:

Collecting autotest>=0.16.2 (from -r requirements.txt (line 1))
/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
  SNIMissingWarning
/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
  InsecurePlatformWarning
  Downloading autotest-0.16.2.tar.gz (4.4MB)
    100% |████████████████████████████████| 4.4MB 348kB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-5auOHK/autotest/setup.py", line 23, in <module>
        from sphinx.setup_command import BuildDoc
    ImportError: No module named sphinx.setup_command

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-5auOHK/autotest/
@PandaWei
Copy link
Member

Yes, I met this error and fix it by installing sphinx.

@PandaWei
Copy link
Member

when I run 'pip install -r requirements.txt' for avocado-vt, it appears.

@ldoktor
Copy link
Member Author

ldoktor commented Apr 20, 2016

OMG I fixed it only to discover that it was already fixed by @clebergnu in b06bac5

I think it's time to release new minor release including this fix to avoid such problems...

@sathnaga
Copy link
Member

sathnaga commented Jun 6, 2016

@ldoktor Any updates on this, still this issue persists.

@ldoktor
Copy link
Member Author

ldoktor commented Jun 6, 2016

This problem is fixed in autotest master, but new autotest was not yet released in PYPI. @clebergnu when are you going to push the new version?

@sathnaga
Copy link
Member

sathnaga commented Jun 6, 2016

@clebergnu It would be good to have this fix fixed, as it has avocado-vt dependancy while installing.
Thanks in advance.

@lmr
Copy link
Member

lmr commented Jun 6, 2016

I suppose I'll do it, since you guys are not recommended to work on
autotest anymore.

On Mon, Jun 6, 2016, 11:49 Satheesh Rajendran notifications@github.com
wrote:

@clebergnu https://github.com/clebergnu It would be good to have this
fix fixed, as it has avocado-vt dependancy while installing.
Thanks in advance.


You are receiving this because you are subscribed to this thread.

Reply to this email directly, view it on GitHub
#1006 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AASHZ7r3tN15jcLKi89EH1TMuxc5TYMRks5qJDNlgaJpZM4IKj18
.

@sathnaga
Copy link
Member

sathnaga commented Jun 7, 2016

@lmr Please do it, that would be great, Thanks in advance.

@ldoktor
Copy link
Member Author

ldoktor commented Jun 7, 2016

Hello @lmr, that would be great, @clebergnu is on vacation this week and I don't have permission to push to autotest pip.

@ldoktor
Copy link
Member Author

ldoktor commented Jun 7, 2016

Btw @lmr once you're in the releasing, would you please also release new aexpect? There were not many fixes, but at least the safe feature added recently is quite neat. Last release was almost year ago...

@lmr
Copy link
Member

lmr commented Jun 7, 2016

@ldoktor and @sathnaga: I've released pip packages for aexpect 1.2.0 and autotest 0.16.3:

https://pypi.python.org/pypi/aexpect
https://pypi.python.org/pypi/autotest

@lmr lmr closed this as completed Jun 7, 2016
@ldoktor
Copy link
Member Author

ldoktor commented Jun 8, 2016

Great, @lmr, thank you!

@sathnaga
Copy link
Member

sathnaga commented Jun 8, 2016

@lmr Thanks a lot :-)

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

4 participants