You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
Hello! I'm relatively new to Python (and Anaconda), so if I'm missing something obvious I apologize.
I've installed OpenModes via Anaconda on my Windows machine and for the life of me, I can't get Jupyter or Spyder to recognize that gmsh is installed.
I'm running the examples provided on openmodes.readthedocs.io and receive the error "MeshError: gmsh not found" in both Jupyter and Spyder. I've checked the referenced file location and there is clearly a gmsh.py file right where the code is looking for it.
Background:
I've tried re-installing OpenModes, gmsh, and even uninstalled Anaconda and restarted the whole process from scratch, but still have the issue.
Note that I did have to install gmsh using pip as the conda-forge install always hits several failures/errors.
I've also tried installing and enabling Jupyter Environment Kernels as some folks mentioned this helped with failures to import packages, but no luck.