Running OpenPNM in Jupyter web platform requires a pure Python wheel #2955
-
I'm trying to run openpnm on a jupyter web notebook, but when tryong to pip install, I get the following error:
From the link, it appears that a *py3-none-any.whl should be included in the download distribution. |
Beta Was this translation helpful? Give feedback.
Answered by
ma-sadeghi
Jun 26, 2025
Replies: 1 comment
-
It's because |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ma-sadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's because
pyamg
uses C extensions. They provide a solution here.