I tried installing tvm on windows but when I try to use
python setup.py install --user
I get the following:
(base) C:\Users\User\Desktop\Incubator-tvm\tvm\python>python setup.py install
--user
Traceback (most recent call last):
File "setup.py", line 61, in <module>
LIB_LIST, __version__ = get_lib_path()
File "setup.py", line 49, in get_lib_path
lib_path = libinfo['find_lib_path']()
File "./tvm/_ffi/libinfo.py", line 132, in find_lib_path
raise RuntimeError(message)
RuntimeError: Cannot find the files.
What is the problem here? I also am unsure about whether I installed llvm from
source code right.
---
[Visit Topic](https://discuss.tvm.ai/t/tvm-on-windows-setup-py-problem/6194/1)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.ai/email/unsubscribe/ada163b2f9c17d3a34becd4a948a88c037dde383fdbc11c73f9043247a92e8f7).