ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

Facing issue when python3.9 -m pip install bigdl-chronos[pytorch]==2.4.0

Open SjeYinTeoIntel opened this issue 1 year ago • 1 comments

image

wonder how should i install this bigdl-chronos[pytorch] to avoid this error?

SjeYinTeoIntel avatar Jun 21 '24 10:06 SjeYinTeoIntel

Hi, @SjeYinTeoIntel , I failed to reproduce this error. I could run successfully the following steps:

conda create -n install-test python=3.9 setuptools
conda activate install-test
pip install bigdl-chronos[pytorch]==2.4.0
pip install psutil==5.9.5

plusbang avatar Jun 24 '24 05:06 plusbang

Hi, The issue is happened when "python3.9 -m pip install --upgrade pip". pip version will upgrade to 24.1. Then will facing above issue.

If i fix my pip version as 24.0 as below command, then no issue. python3.9 -m pip install --upgrade pip==24.0.

Could you try to use latest pip version to see any issue?

SjeYinTeoIntel avatar Jul 04 '24 02:07 SjeYinTeoIntel

If i fix my pip version as 24.0 as below command, then no issue. python3.9 -m pip install --upgrade pip==24.0.

Please use pip version 24.0, we currently do not plan to support the latest pip version.

plusbang avatar Jul 05 '24 01:07 plusbang

noted and thanks =)

SjeYinTeoIntel avatar Jul 16 '24 06:07 SjeYinTeoIntel