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?
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?