Installation error #2976
Replies: 1 comment
-
I tried installing various versions of Anaconda, but reinstalling OpenPNM did not solve the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Professor Jeff Gostick,
I hope this message finds you well. I apologize for disturbing you, but I am currently working with OpenPNM to learn about pore network modeling. However, I have encountered some installation issues that I have been unable to resolve despite trying various versions and methods.
I have attached an image of the issue I am facing. Even with a simple example, I am unable to proceed. Could you kindly guide me on how to resolve this problem?
I would greatly appreciate your help and look forward to your response.
Thank you very much!
Best regards,
Yang Liu
The code I used is as follows:
import openpnm as op
import numpy as np
#import matplotlib.pyplot as plt
#op.visualization.set_mpl_style()
np.random.seed(5)
pn = op.network.Demo(shape=[25, 25, 1], spacing=1e-4)
air = op.phase.Air(network=pn)
Beta Was this translation helpful? Give feedback.
All reactions