如何解决 pip install bitsandbytes 报错 仅支持 Linux+glibc(macOS/Windows 失败)问题在 PyCharm 控制台或终端中使用 pip install bitsandbytes 时,不少 macOS 和 Windows 开发者会遇到 “No matching distribution found for bitsandbytes” 或 “This package is only supported on Linux with glibc” 的报错。这是因为 bitsandbytes 库底层依赖 Linux 的 glibc 及 CUDA 运行时,官方未直接提供 macOS 和 Windows