-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install error on windows, need help #109
Comments
Same here on Linux, with a python 3.12 venv :
Moreover you should update the documentation : pip install torch packaging ninja cpufeature numpy (missing cpufeature and numpy) On Linux I managed to solve this error by installing the package: nvidia-cuda-toolkit |
I get the same error with windows 10. I tried installing cuda toolkit 12.8, but the error still persists. Installing ktransformers × Preparing metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. Edit 1: Edit 2: error: [WinError 2] The system cannot find the file specified note: This error originates from a subprocess, and is likely not a problem with pip. |
I have done a build from source install with ver 0.1.3 recently. Run into similar problems. Here are my solutions. For part1, i fixed it using the same way. |
cl.exe was not present in my PATH and adding it changed what is happening. Now, "building wheel for ktransforms (pyproject.toml) ..." will do something for several minutes, then spit out errors after (like 100 pages of errors). |
@Reactantvr 我也遇到了类似的问题,但是我是直接用的conda环境里装的最新的cmake(用conda update -c conda-forge cmake更新到最新版),也是会持续几分钟然后输出大量错误信息,报错也是一样的,我怀疑这个项目需要使用特定版本的cl来进行编译,但是在文档里并未说明,感觉这个项目对Windows平台兼容性还很一般 |
hello expert, need your help, run into below error when trying to install on windows.
The text was updated successfully, but these errors were encountered: