uwsampl / tutorial

A self-contained version of the tutorial which can be easily cloned and viewed by others.
Apache License 2.0
25 stars 14 forks source link

can`t import tvm module #4

Closed xieydd closed 5 years ago

xieydd commented 5 years ago

When i use TVM for Fun and Profit Tutorial.ipynb, when i run python install , i got

Using /usr/local/lib/python3.6/dist-packages
Searching for numpy==1.16.4
Best match: numpy 1.16.4
Adding numpy 1.16.4 to easy-install.pth file
Installing f2py script to /usr/local/bin
Installing f2py3 script to /usr/local/bin
Installing f2py3.6 script to /usr/local/bin

Using /usr/local/lib/python3.6/dist-packages
Finished processing dependencies for topi==0.6.dev0
/usr/local/lib/python3.6/dist-packages/setuptools/dist.py:472: UserWarning: Normalizing '0.6.dev' to '0.6.dev0'
  normalized_version,
/usr/local/lib/python3.6/dist-packages/setuptools/dist.py:472: UserWarning: Normalizing '0.6.dev' to '0.6.dev0'
  normalized_version,
zip_safe flag not set; analyzing archive contents...
topi.__pycache__.cpp.cpython-36: module references __file__

when i import tvm module. i get

ModuleNotFoundError: No module named 'tvm'
xieydd commented 5 years ago

I am not follow the steps, my mistake.