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

Install instructions failing #122

Closed
jstac opened this issue Mar 20, 2020 · 5 comments
Closed

Install instructions failing #122

jstac opened this issue Mar 20, 2020 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@jstac
Copy link
Member

jstac commented Mar 20, 2020

Thought I'd trying building the docs but the pandas theme is still causing me grief. Other instructions are also generating errors.

Following install instructions here in a fresh conda environment (conda create --name test1 sphinx) I get

Screenshot_2020-03-20_17-14-03

(This follows conda install -c conda-forge myst-parser)

Running pip install git+https://github.com/pandas-dev/pandas-sphinx-theme.git@master and then repeating leads to exactly the same error.

With pip install myst-parser[sphinx] I get

Screenshot_2020-03-20_17-17-08

With the last set of developer instructions I get

Screenshot_2020-03-20_17-07-43

@jstac jstac added the documentation Improvements or additions to documentation label Mar 20, 2020
@chrisjsewell
Copy link
Member

Your literally a day too early, see #121 where the newly released theme is being incorporated.

@chrisjsewell
Copy link
Member

chrisjsewell commented Mar 20, 2020

Regarding the pip install, maybe it’s your dodgy zsh terminal lol, because I don’t see any reason for the not found error. Have you tried doing this with any other packages? pip install any-package[some-extra]

@chrisjsewell
Copy link
Member

What version of pip are you using? does it ‘understand’ extras, it seems that it’s seeing it as part of the package name

@jstac
Copy link
Member Author

jstac commented Mar 20, 2020

It's a fresh conda environment so the latest version of pip (20.0.2). But yeah, looks like you're right about zsh: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity

@chrisjsewell
Copy link
Member

closing as I believe this is fixed now

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

Successfully merging a pull request may close this issue.

2 participants