Skip to content

Unable to install axolotl due to missing bitsandbytes==0.45.0 dependency #30

@YijuGuo

Description

@YijuGuo

I am attempting to install axolotl using the command pip3 install --no-build-isolation -e '.[flash-attn,deepspeed]', and I encountered an issue regarding a missing dependency version.

The installation process requires bitsandbytes version 0.45.0, however, I am unable to find this specific version in the available distributions. The error message indicates that only versions up to 0.42.0 are accessible.

Is there a specific reason why the 0.45.0 version of bitsandbytes is required for axolotl installation? Could you please provide guidance or clarification on how to proceed in this situation?

Thank you for your attention to this matter. I appreciate your work on axolotl and look forward to your assistance in resolving this issue.

pip3 install --no-build-isolation -e '.[flash-attn,deepspeed]' Obtaining file:///home/test/OnlineDPO/axolotl Checking if build backend supports build_editable ... done Preparing editable metadata (pyproject.toml) ... done INFO: pip is looking at multiple versions of axolotl to determine which version is compatible with other requirements. This could take a while. ERROR: Could not find a version that satisfies the requirement bitsandbytes==0.45.0 (from axolotl) (from versions: 0.31.8, 0.32.0, 0.32.1, 0.32.2, 0.32.3, 0.33.0, 0.33.1, 0.34.0, 0.35.0, 0.35.1, 0.35.2, 0.35.3, 0.35.4, 0.36.0, 0.36.0.post1, 0.36.0.post2, 0.37.0, 0.37.1, 0.37.2, 0.38.0, 0.38.0.post1, 0.38.0.post2, 0.38.1, 0.39.0, 0.39.1, 0.40.0, 0.40.0.post1, 0.40.0.post2, 0.40.0.post3, 0.40.0.post4, 0.40.1, 0.40.1.post1, 0.40.2, 0.41.0, 0.41.1, 0.41.2, 0.41.2.post1, 0.41.2.post2, 0.41.3, 0.41.3.post1, 0.41.3.post2, 0.42.0) ERROR: No matching distribution found for bitsandbytes==0.45.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions