taichi_three icon indicating copy to clipboard operation
taichi_three copied to clipboard

Error at import

Open Dr-How opened this issue 3 years ago • 3 comments

[Taichi] version 0.9.2, llvm 10.0.0, commit 7a4d73cd, osx, python 3.9.10
[Tina] version 0.1.1
Traceback (most recent call last):
  File "/Users/haochen/Library/CloudStorage/Dropbox/Projects/Taichi/tina-test.py", line 2, in <module>
    import tina
  File "/usr/local/lib/python3.9/site-packages/tina/__init__.py", line 22, in <module>
    from .hacker import *
  File "/usr/local/lib/python3.9/site-packages/tina/hacker.py", line 8, in <module>
    and f(x, y, z))(ti.Matrix.element_wise_writeback_binary)) or setattr(
AttributeError: type object 'Matrix' has no attribute 'element_wise_writeback_binary'

Dr-How avatar Mar 24 '22 20:03 Dr-How

Have you solved this problem? I have the same problem too

myheathcliff avatar May 23 '22 02:05 myheathcliff

Downgrade Taichi to 0.6.8 may help the problem.

archibate avatar May 23 '22 06:05 archibate

I encounter the same issue.

ritchesc avatar Jul 08 '22 14:07 ritchesc