Example throws DPFServerException
Josef Behal
Member Posts: 22
**
Hi, I would like to use DPF for one of my tasks.
I have installed ansys-dpf- core version 0.8.1and tried the example according to the documentation
from ansys.dpf.core import Model
from ansys.dpf.core import examples
model = Model(examples.find_simple_bar())
print(model)
But when I get to print line it raises this error: ansys.dpf.gate.errors.DPFServerException: ResultInfoProvider:2<-Data sources not defined
I have also tried to reference the rst to the model, but it gives me the same error.
Any idea what am I doing wrong?
0
Answers
-
@Josef Behal Can you please check the compatibility chart and make sure that all the required libraries are compatible with the DPF Server version you are using?
0