Taichi examples on Windows

Hi, I am trying to run the examples for mpm but I keep getting this error:
Traceback (most recent call last):
File “/taichi_mpm-master/scripts/mls-cpic/banana.py”, line 8, in
mpm = tc.dynamics.MPM(
AttributeError: module ‘taichi’ has no attribute ‘dynamics’
I installed taichi using ‘pip install’. Then I got the above error. I tried uninstalling and re-installing using the legacy link given but the install file keeps giving compile error. I have seen other people post about this as well under the “issues” section on github but no response. I hope you can help us out.

This is related to this issue.

Thank you so much for your reply!
I read the answer, but the solution didn’t work for me.
Is there possible to run the example code in taichi_mpm/scripts/mls_cpic/… on Windows? :thinking:

As @k-ye pointed out, this repo hasn’t been updated for a long time. Thus, if you want to learn about MLS_MPM, you could try demos in the Taichi Elements repo.

:grinning:OK,Thank you very much!