Skip to content

[BUG] EmbeddedLLM IpexLLM installation not complete #37

@szeyu

Description

@szeyu

Describe the bug

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
embeddedllm 0.2.1+ipex requires importlib-metadata, which is not installed.
embeddedllm 0.2.1+ipex requires trl, which is not installed.
transformers 4.45.0 requires regex!=2019.12.17, which is not installed.
transformers 4.45.0 requires safetensors>=0.4.1, which is not installed.
transformers 4.45.0 requires tokenizers<0.21,>=0.20, which is not installed.
openai 1.48.0 requires distro<2,>=1.7.0, which is not installed.
openai 1.48.0 requires jiter<1,>=0.4.0, which is not installed.
loguru 0.7.2 requires win32-setctime>=1.0.0, which is not installed.
pydantic-settings 2.5.2 requires python-dotenv>=0.21.0, which is not installed.
embeddedllm 0.2.1+ipex requires huggingface-hub~=0.24.3, but you have huggingface-hub 0.25.1 which is incompatible.

The installation step is not complete when I run the setup.py for ipexllm

To Reproduce

  • conda create -n ellmipex-0926 python=3.10 libuv
  • conda activate ellmipex-0926
  • $env:ELLM_TARGET_DEVICE='ipex'; python setup.py develop; pip install -r requirements-webui.txt

Screenshots

image

Desktop (please complete the following information):

  • Window 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions