Yeb Havinga

Results 3 comments of Yeb Havinga

@kamalkraj there is one file (May '22) available at archive.org on the gsbucket url: https://web.archive.org/web/20220509043347/https://storage.googleapis.com/scenic-bucket/ul2/ul220b/config.gin

This worked for me: ``` pip install --no-deps --force-reinstall 'https://github.com/bitsandbytes-foundation/bitsandbytes/releases/download/continuous-release_multi-backend-refactor/bitsandbytes-0.44.1.dev0-py3-none-manylinux_2_24_x86_64.whl' ``` then test with python -m bitsandbytes

I got the same error, the cause was that host.docker.internal in my docker setup was not defined. When using 172.17.0.1 instead of host.docker.internal it worked (the ip address of the...