jiazhihao / TASO

The Tensor Algebra SuperOptimizer for Deep Learning
Apache License 2.0
687 stars 90 forks source link

from .core import * ImportError: No module named core #35

Closed Andrechang closed 4 years ago

Andrechang commented 4 years ago

After doing python3 setup.py install

When I import taso it gives

from .core import *
ImportError: No module named core
jiazhihao commented 4 years ago

Can you make sure that you have Cython installed on your machine? Missing Cython returns a warning instead of an error, so many people may have missed that.

Meanwhile, make sure you run import taso in a directory other than taso/python.

Andrechang commented 4 years ago

works now need to install cython