Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maxstronge opened this issue Dec 2, 2022 · 1 comment

Comments

@maxstronge
Copy link

maxstronge commented Dec 2, 2022

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
Copy link

adkAurora commented Feb 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants