yuanming-hu / taichi_mpm

High-performance moving least squares material point method (MLS-MPM) solver. (ACM Transactions on Graphics, SIGGRAPH 2018)
MIT License
2.34k stars 317 forks source link

AttributeError: module 'taichi' has no attribute 'cuda' #36

Open HevnChin opened 4 years ago

HevnChin commented 4 years ago

when i run 'python3 fractal.py' I got the error message like follow:

[T 01/10/20 15:38:18.243] [logging.cpp:Logger@67] Taichi core started. Thread ID = 34659 Traceback (most recent call last): File "fractal.py", line 7, in ti.cfg.arch = ti.cuda AttributeError: module 'taichi' has no attribute 'cuda'

-- eg: i saw the web 2020-01-10 , i think it's Newest

HevnChin commented 4 years ago

i Had installed pip, my MacOS is 10.15.2