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

The render-stl example gives an error 500 right now #54

Closed
deeplook opened this issue Jul 10, 2019 · 3 comments
Closed

The render-stl example gives an error 500 right now #54

deeplook opened this issue Jul 10, 2019 · 3 comments

Comments

@deeplook
Copy link
Contributor

No more text, sorry.

@jtpio
Copy link
Member

jtpio commented Jul 10, 2019

Indeed, thanks @deeplook for the report.

It looks like we are facing the same issue as in voila-dashboards/voila#224 when building the example with repo2docker, related to the Pygments version (2.3 instead of 2.4)

@jtpio
Copy link
Member

jtpio commented Jul 10, 2019

voila-gallery/render-stl#6 should fix it.

This example was using a requirements.txt, and it looks like pip is not able to install Pygment 2.4.2 when Pygments 2.3.1 is already there from other dependencies (ipython, nbconvert...).

Voila requires Pygments as an indirect dependency: voila 0.1.6 -> jupyterlab-pygments 0.1.0 -> pygments >= 2.4.1

@jtpio
Copy link
Member

jtpio commented Jul 15, 2019

Fixed by switching to conda's environment.yml.

Also, pygments>=2.4.1 is now a direct dependency of voila so the next release should fix the remaining installation issues.

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