THUDM / VisualGLM-6B

Chinese and English multimodal conversational language model | 多模态中英双语对话语言模型
Apache License 2.0
4.07k stars 414 forks source link

pip install failed on ubuntu 22.04 #271

Open xuzikun2003 opened 11 months ago

xuzikun2003 commented 11 months ago

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.