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

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

Open
fjp opened this issue Apr 30, 2021 · 3 comments

Comments

@fjp
Copy link

fjp commented Apr 30, 2021

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
Copy link
Owner

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

@chasemc
Copy link

chasemc commented May 21, 2022

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

@mhausenblas
Copy link
Owner

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

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

3 participants