VisualGLM-6B icon indicating copy to clipboard operation
VisualGLM-6B copied to clipboard

pip install failed on ubuntu 22.04

Open xuzikun2003 opened this issue 1 year ago • 0 comments

pip installation fails for the following reason: 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. aiobotocore 2.5.0 requires botocore<1.29.77,>=1.29.76, but you have botocore 1.31.49 which is incompatible.

It is not a big issue, I can run the following command pip install botocore boto3 aiobotocore==2.5.0 to unblock the pip installation. But just leave a note here.

p.s. my environment is ubuntu 22.04 WSL2.

xuzikun2003 avatar Sep 16 '23 16:09 xuzikun2003