Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

I encountered an error related to the Taichi version during installation. The highest version of Taichi I can install is 1.7.1, and the Python version I am using is 3.11.11.

Open Yutong2022 opened this issue 10 months ago • 9 comments

Collecting genesis-world Using cached genesis_world-0.2.0-py3-none-any.whl.metadata (11 kB) Collecting psutil (from genesis-world) Using cached psutil-6.1.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) Collecting scikit-image (from genesis-world) Downloading scikit_image-0.25.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (14 kB) INFO: pip is looking at multiple versions of genesis-world to determine which version is compatible with other requirements. This could take a while. Collecting genesis-world Using cached genesis_world-0.1.1-py3-none-any.whl.metadata (11 kB) ERROR: Cannot install genesis-world==0.1.1 and genesis-world==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by: genesis-world 0.2.0 depends on taichi==1.7.2 genesis-world 0.1.1 depends on taichi==1.7.2

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

Yutong2022 avatar Dec 19 '24 13:12 Yutong2022