VisualGLM-6B
VisualGLM-6B copied to clipboard
pip install failed on ubuntu 22.04
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.