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 #10

Open
magnificent1208 opened this issue Aug 28, 2023 · 1 comment
Open

conflicting dependencies #10

magnificent1208 opened this issue Aug 28, 2023 · 1 comment

Comments

@magnificent1208
Copy link

Requirement already satisfied: py-cpuinfo in /home/liuhaiying/anaconda3/envs/ss/lib/python3.10/site-packages (from deepspeed->-r requirements.txt (line 3)) (9.0.0)
Requirement already satisfied: pydantic<2.0.0 in /home/liuhaiying/anaconda3/envs/ss/lib/python3.10/site-packages (from deepspeed->-r requirements.txt (line 3)) (1.10.7)
Requirement already satisfied: torch in /home/liuhaiying/anaconda3/envs/ss/lib/python3.10/site-packages (from deepspeed->-r requirements.txt (line 3)) (2.0.1)
INFO: pip is looking at multiple versions of aigc-zoo to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 7) and deep_training<0.1.12 and >=0.1.11 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested deep_training<0.1.12 and >=0.1.11
aigc-zoo 0.2.0.post1 depends on deep_training~=0.2.0.post0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

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

[notice] A new release of pip is available: 23.1.2 -> 23.2.1
[notice] To update, run: pip install --upgrade pip

@ssbuild
Copy link
Owner

ssbuild commented Aug 28, 2023

git+https://github.com/ssbuild/aigc_zoo#egg=aigc_zoo

current requirements.txt aigc and deep_training >=0.2.0.post0 ,
not deep_training<0.1.12 and >=0.1.11
check you requirements.txt

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

No branches or pull requests

2 participants