HI,
I am new to ngsolve and I recently received a model from a colleague that uses ngsolve. After installing using pip a demo of the model should be usable by simply saying “netgen demo.py” in terminal. demo.py is a python file with the code to run the model and calls a module within it. That module is in the same folder as demo.py and appears usable in vscode when I am reading the code, however when I run this line in terminal I get the error: “ModuleNotFoundError: No module named ‘magmaxisym’”. If I run the code in vscode this is not an issue, however I don’t have access to the actual geometry so I need to be using ngsolve.
Do you have any suggestions on how to fix this issue? I am using the pip install on a Mac.
Thanks