Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflicting dependencies. #243

Open
catv1 opened this issue Dec 22, 2024 · 3 comments
Open

conflicting dependencies. #243

catv1 opened this issue Dec 22, 2024 · 3 comments

Comments

@catv1
Copy link

catv1 commented Dec 22, 2024

while installing it I got this error

(trs) C:\Users\crims>pip install genesis-world
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.1-cp37-abi3-win_amd64.whl.metadata (23 kB)
Collecting scikit-image (from genesis-world)
Using cached scikit_image-0.25.0-cp313-cp313-win_amd64.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

(trs) C:\Users\crims>

@catv1 catv1 closed this as completed Dec 23, 2024
@Ethanote
Copy link

May I kindly ask how do you solve the problem since I encountered same problem with you

@Curisan
Copy link

Curisan commented Dec 25, 2024

Me too

@catv1 catv1 reopened this Jan 1, 2025
@catv1
Copy link
Author

catv1 commented Jan 1, 2025

I never fixed it I just gave up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants