Hi,
I’m trying to use the Python API of Netgen to create 3d finite element meshes. However, I can’t use the modules ‘netgen’ or ‘ngsolve’
if I try
import netgen
import ngsolve
I’m getting the errors
I’m using Ubuntu 16.04, and I installed Ngsolve with ‘apt-get install ngsolve’
How can we fix this problem?