sdbds / magic-animate-for-windows

MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model
https://showlab.github.io/magicanimate/
BSD 3-Clause "New" or "Revised" License
320 stars 27 forks source link

pls advise, when i run install_cn.ps1, get this error message #21

Open xiohulp opened 10 months ago

xiohulp commented 10 months ago

Installing collected packages: tqdm, requests, protobuf Attempting uninstall: tqdm Found existing installation: tqdm 4.65.0 Uninstalling tqdm-4.65.0: Successfully uninstalled tqdm-4.65.0 Attempting uninstall: requests Found existing installation: requests 2.28.2 Uninstalling requests-2.28.2: Successfully uninstalled requests-2.28.2 Attempting uninstall: protobuf Found existing installation: protobuf 3.20.3 Uninstalling protobuf-3.20.3: Successfully uninstalled protobuf-3.20.3 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. openxlab 0.0.32 requires requests~=2.28.2, but you have requests 2.31.0 which is incompatible. openxlab 0.0.32 requires tqdm~=4.65.0, but you have tqdm 4.66.1 which is incompatible. mediapipe 0.10.9 requires protobuf<4,>=3.11, but you have protobuf 4.24.2 which is incompatible.

should i pip install requests==2.28.2 tqdm==4.65.0 protobuf<4,>=3.11 as the error message promted?

sdbds commented 10 months ago

it seems some conflicts,just uninstall openxlab is OK