Skip to content

DOC: clipboard library missing in doc env on travis #26075

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
jorisvandenbossche opened this issue Apr 13, 2019 · 5 comments · Fixed by #26103
Closed

DOC: clipboard library missing in doc env on travis #26075

jorisvandenbossche opened this issue Apr 13, 2019 · 5 comments · Fixed by #26103
Labels
CI Continuous Integration Docs
Milestone

Comments

@jorisvandenbossche
Copy link
Member

The doc builds sees the following failure:

PyperclipException: 
    Pyperclip could not find a copy/paste mechanism for your system.
    For more information, please visit https://pyperclip.readthedocs.org 

which is happening since the refactor of the CI envs in #24632. In unifying things we might have by accident removed some clipboard related things for the doc build.

cc @saurav2608 if you want to take a look at this, always welcome

@jorisvandenbossche jorisvandenbossche added CI Continuous Integration Docs labels Apr 13, 2019
@jorisvandenbossche jorisvandenbossche added this to the 0.25.0 milestone Apr 13, 2019
@jorisvandenbossche
Copy link
Member Author

Going through the diff of that PR, I actually don't notice anything related to clipboard (no occurrence of xclip or xsel, ..)

But according to the travis logs, it is still that commits that started to fail (of course can also be something unrelated to the diff, but I don't directly see any change in library versions), https://travis-ci.org/pandas-dev/pandas/jobs/515983449 vs https://travis-ci.org/pandas-dev/pandas/jobs/515983803

@saurav2608
Copy link

Definitely introduced post #24632 . I will investigate and confirm.

@jorisvandenbossche
Copy link
Member Author

Thanks for taking a look!

@jreback jreback modified the milestones: 0.25.0, Contributions Welcome May 12, 2019
@jorisvandenbossche jorisvandenbossche modified the milestones: Contributions Welcome, 0.25.0 May 14, 2019
@jorisvandenbossche
Copy link
Member Author

@jreback this can stay on the 0.25 milestone. Currently we show an error in the docs. Last resort, we just convert it to a plain code block before the release, to at least show the expected behaviour.

@jreback
Copy link
Contributor

jreback commented May 14, 2019

sure np

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

Successfully merging a pull request may close this issue.

3 participants