mhausenblas / mkdocs-deploy-gh-pages

GitHub Action to deploy an MkDocs site to GitHub Pages
Apache License 2.0
244 stars 90 forks source link

mkdocs-jupyter plugin installation fails: ERROR: Failed building wheel for pyzmq #98

Open fjp opened 3 years ago

fjp commented 3 years ago

Hi, thanks for this github action, it is working great but I have troubles to install a plugin. I am trying to use the mkdocs-jupyter plugin, which depends on pyzmq. I have added a requirements.txt and specified the path the REQUIREMENTS environment variable of this github action. I have also added EXTRA_PACKAGES: build-base. Unfortunately the build fails because of missing headers.

ERROR: Failed building wheel for pyzmq

Any ideas how to fix this issue? I guess I have to install some additional packages?

mhausenblas commented 3 years ago

Thanks and TBH no I don't know why this is the case, maybe @janoszen has an idea?

chasemc commented 2 years ago

Running into this as well, might be as simple as adding pip update at the start, see: https://stackoverflow.com/a/63460685

mhausenblas commented 2 years ago

SGTM, wanna test and send in a PR @chasemc?