Unable to execute EDEMpy file in HyperStudy
Hi Support,
I'm practicing the tutorial "Calibrate Material Model with EDEM and HyperStudy", but after the simulation is finished, the EDEMpy file doesn't work well, and the error message is as follows:
The following are the setup of environment variable and connector preferences:
If there's any solution to this problem, it would be valuable for me.
Thanks and regards,
Gary
Best Answer
-
Hi Gary,
Are you using the latest version of the calibration scripts? They can be found here: https://community.altair.com/community/en/edem-calibration-kits?id=kb_article&sysparm_article=KB0121756
If the problem still persists, could you try adding the following two lines:
import matplotlib
matplotlib.use('TkAgg')before the line
from matplotlib import pyplot as plt
Best regards,
Renan
1
Answers
-
Hi Gary,
Are you using the latest version of the calibration scripts? They can be found here: https://community.altair.com/community/en/edem-calibration-kits?id=kb_article&sysparm_article=KB0121756
If the problem still persists, could you try adding the following two lines:
import matplotlib
matplotlib.use('TkAgg')before the line
from matplotlib import pyplot as plt
Best regards,
Renan
1 -
Renan Calmon_20325 said:
Hi Gary,
Are you using the latest version of the calibration scripts? They can be found here: https://community.altair.com/community/en/edem-calibration-kits?id=kb_article&sysparm_article=KB0121756
If the problem still persists, could you try adding the following two lines:
import matplotlib
matplotlib.use('TkAgg')before the line
from matplotlib import pyplot as plt
Best regards,
Renan
Hi Renan,
Yes, I'm using the latest version of the calibration scripts. The problem is solved after I add these two lines. Thank you very much.
Best regards,
Gary
我想知道
0