Hello, all.
When I run Electromagnetics examples in Fenicsx tutorial,
terminate called after throwing an instance of ‘nanobind::python_error’
AttributeError: type object ‘dolfinx.cpp.fem.CoordinateElement_float32’ has no attribute ‘qualname’
Info : Reading 'square.msh'...
Info : 9 entities
Info : 142 nodes
Info : 282 elements
Info : Done reading 'square.msh'
libc++abi: terminating due to uncaught exception of type nanobind::python_error: AttributeError: type object 'dolfinx.cpp.fem.CoordinateElement_float32' has no attribute '__qualname__'
Abort trap: 6
I have version 0.8 installed in a M2 mac using conda as indicated in the offial web page of Fenicsx.