[Bug] In Windows nightly cpu build TVM is not found even it it exists. Could not find module 'E:\virtualenv312\mlc_llm_test\Lib\site-packages\tvm\tvm.dll'
bug
## 🐛 Bug
I have installed mlc-llm with this command just like in the documentation:
python -m pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cpu
I have installed zstd. When I tried to use:
python -c "import tvm; print(tvm.__file__)"
It returned to me this error:
FileNotFoundError: Could not find module 'E:\virtualenv312\mlc_llm_test\Lib\site-packages\tvm\tvm.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The problem is that that file exists in that directory
## Environment
- CPU:
- Windows 11:
- python virtualenv:
- Installed with pip command by wheel
- Python version 3.12;
3 条评论