Originally created by @wieniawski-lai on GitHub (Feb 2, 2025).
I am using pip install open-webui to install.
And my envriroment is:
win10
VS2019 Community
python3.12.8
However, while installing, error happens:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\yvals.h(12): fatal error C1083: Cannot open includ
e file: 'crtdbg.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30037\\bin\\HostX86\\x64\\cl.exe' failed
with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for chroma-hnswlib
Does anyone knows how to resolve it?
thx
Originally created by @wieniawski-lai on GitHub (Feb 2, 2025).
I am using `pip install open-webui` to install.
And my envriroment is:
1. win10
2. VS2019 Community
3. python3.12.8
However, while installing, error happens:
```
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\include\yvals.h(12): fatal error C1083: Cannot open includ
e file: 'crtdbg.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.29.30037\\bin\\HostX86\\x64\\cl.exe' failed
with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for chroma-hnswlib
```
Does anyone knows how to resolve it?
thx
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @wieniawski-lai on GitHub (Feb 2, 2025).
I am using
pip install open-webuito install.And my envriroment is:
However, while installing, error happens:
Does anyone knows how to resolve it?
thx