Seems like this version is missing the module "paths" like the other versions of bitsandbytes has. Which causes issues when running. The reason why it has not appeared before when using for example Kohya was because it used to install bitsandbytes 0.35 and then replaces it with this one, and the path module remains after that. Kohya no longer does this so this version tries to run with the "paths" module missing, in turn erroring out.
Is it missing from bitsandbytes itself? I get the same issue when i do pip install bitsandbytes=0.41.1 but not with example pip install bitsandbytes=0.35, this seems like a bigger problem.
Seems like this version is missing the module "paths" like the other versions of bitsandbytes has. Which causes issues when running. The reason why it has not appeared before when using for example Kohya was because it used to install bitsandbytes 0.35 and then replaces it with this one, and the path module remains after that. Kohya no longer does this so this version tries to run with the "paths" module missing, in turn erroring out.