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

Error at import #51

Open
Dr-How opened this issue Mar 24, 2022 · 3 comments
Open

Error at import #51

Dr-How opened this issue Mar 24, 2022 · 3 comments

Comments

@Dr-How
Copy link

Dr-How commented Mar 24, 2022

[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'
@myheathcliff
Copy link

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

@archibate
Copy link
Collaborator

archibate commented May 23, 2022

Downgrade Taichi to 0.6.8 may help the problem.

@ritchesc
Copy link

ritchesc commented Jul 8, 2022

I encounter the same issue.

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

4 participants