Closed Entretoize closed 10 months ago
Hey, @Entretoize can I may ask, what the fix was? I encoutered the same issue.
I installed the prebuilt WHL from here : https://github.com/jllllll/bitsandbytes-windows-webui/releases
with pip install path/to/bitsandbytes.whl
Thanks fo the help. I realized, that I installed the wrong version of bitsandbytes, because I used the install command provided in the reademe:
python -m pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
but the version was not matched yet, so pip wasn't installing from the extra-index. So (AS it is stated in the reademe as well) I had to use the following command instead:
python -m pip install scipy
python -m pip install bitsandbytes --index-url=https://jllllll.github.io/bitsandbytes-windows-webui
After several tries, and uninstalling completely and reinstalling through
python -m pip install bitsandbytes --prefer-binary --extra-index-url=https://jllllll.github.io/bitsandbytes-windows-webui
I'm still getting that error :