Help! Through conflict error while install concrete-ml on windows

Collecting concrete-ml
  Using cached https://mirrors.aliyun.com/pypi/packages/16/3e/c3980953226caa021640719477c9716830c759af5bf26e3a8323049ff530/concrete_ml-0.5.1-py3-none-any.whl (103 kB)
Collecting concrete-ml-extensions-brevitas==0.0.0 (from concrete-ml)
  Using cached https://mirrors.aliyun.com/pypi/packages/41/5f/1abf7788e76b7b152e34d3b829fc42c292bb235dc527e99b4e6b78bbf080/concrete_ml_extensions_brevitas-0.0.0-py3-none-any.whl (403 kB)
INFO: pip is still looking at multiple versions of concrete-numpy to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
Collecting concrete-ml
  Using cached https://mirrors.aliyun.com/pypi/packages/dc/12/bac355ee00ed5cf88f040628839581543e5dda74cf960c936247f00ffb25/concrete_ml-0.5.0-py3-none-any.whl (102 kB)
Requirement already satisfied: torch<2.0.0,>=1.11.0 in e:\users\crystalyan\anaconda3\envs\fheml\lib\site-packages (from concrete-ml) (1.13.1)
ERROR: Cannot install concrete-ml==1.0.0, concrete-ml==1.0.1, concrete-ml==1.0.2, concrete-ml==1.0.3, concrete-ml==1.1.0, concrete-ml==1.2.0, concrete-ml==1.2.1, concrete-ml==1.3.0, concrete-ml==1.4.0, concrete-ml==1.4.1, concrete-ml==1.5.0, concrete-ml==1.6.0, concrete-ml==1.6.1 and concrete-ml==1.7.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    concrete-ml 1.7.0 depends on concrete-python==2.8.1
    concrete-ml 1.6.1 depends on concrete-python==2.7.0
    concrete-ml 1.6.0 depends on concrete-python==2.7.0
    concrete-ml 1.5.0 depends on concrete-python==2.6.0-rc1
    concrete-ml 1.4.1 depends on concrete-python==2.5.1
    concrete-ml 1.4.0 depends on concrete-python==2.5.0
    concrete-ml 1.3.0 depends on concrete-python==2.5.0-rc1
    concrete-ml 1.2.1 depends on concrete-python==2.4.0
    concrete-ml 1.2.0 depends on concrete-python==2.4.0
    concrete-ml 1.1.0 depends on concrete-python==1.1.0-rc1
    concrete-ml 1.0.3 depends on concrete-python==1.0.0
    concrete-ml 1.0.2 depends on concrete-python==1.0.0
    concrete-ml 1.0.1 depends on concrete-python==1.0.0
    concrete-ml 1.0.0 depends on concrete-python==1.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

sorry that I show code in this way, new users cannot upload images.

Sorry but Concrete ML is not supported natively on Windows. The good news is that you can use docker. Check out the instructions here

really really thank you for your solution, I will try docker now =w=