KristaQ
KristaQ

Reputation: 13

Problems with Version Gmsh (version >=2) and Fipy

I am new in FiPy and I have problems with the example:

examples.diffusion.circle: https://www.ctcms.nist.gov/fipy/examples/diffusion/generated/examples.diffusion.circle.html

I get the error:

EnviromentError: Gmsh version must be >=2.0

I tried already some things that were posted about two years ago, but that did not help, e.g., EnvironmentError: Gmsh version must be >= 2.0 and Gmsh mesh parallel execution in fipy

I already checked my versions: Fipy: 3.3 pygmsh: 5.0.2 spyder 3.3.6 Python: 2.7 gmsh: 4.1.1

I am working on Windows 10 64Bit.

Thank you very much for your help.

Upvotes: 0

Views: 580

Answers (2)

mcghgb
mcghgb

Reputation: 25

I copied the entirely gmsh folder into the Anaconda3\Scripts folder and since then everything worked fine.

For specific instructions: EnvironmentError: Gmsh version must be >= 2.0

Upvotes: 0

KristaQ
KristaQ

Reputation: 13

Like jeguyer mentioned: gmsh must be on the execution path when runs FiPy. That solved the problem.

Upvotes: 1

Related Questions