taichi-dev / taichi_three

A soft renderer based on Taichi (work in progress)
https://t3.142857.red/
MIT License
223 stars 24 forks source link

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

Open maxstronge opened 1 year ago

maxstronge commented 1 year ago

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

adkAurora commented 1 year ago

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