taichi-dev/taichi_three

Fresh install results in AttributeError: type object 'Matrix' has no attribute 'element_wise_writeback_binary'

Opened this issue · 1 comments

This is after installing/working with taichi with no problems. After installing tina with pip and trying to import it in a project I get this error:

image

It seems that Tina is indeed starting but I'm not sure where the issue is coming from. Is this a version incompatibility problem between taichi and tina?

EDIT: I have seen a similar issue cropping up for many people here, but I am regretfully confused at the advice given to downgrade to version 0.6.8 of taichi. Looking through the releases section of the repo I can't seem to locate this version:

image

....and trying to pip install that version gave this result:

image

i met the same problem , i solved it by install taichi==0.7.13

pip3 install taichi==0.7.13
pip3 install taichi-tina

image