-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
type: bugSomething isn't workingSomething isn't working
Description
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 libuvconda activate ellmipex-0926$env:ELLM_TARGET_DEVICE='ipex'; python setup.py develop; pip install -r requirements-webui.txt
Screenshots
Desktop (please complete the following information):
- Window 11
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working
