As follow instruction on the below command from your LAB.
pip3 install aliyun-python-sdk-core-v3
I've faced this error message.
File "/usr/bin/pip3", line 11, in
sys.exit(main())
File "/usr/lib/python3/dist-packages/pip/init.py", line 215, in main
locale.setlocale(locale.LC_ALL, '')
File "/usr/lib/python3.5/locale.py", line 594, in setlocale
return _setlocale(category, locale)
locale.Error: unsupported locale setting
The below command can resolve the above error message.
export LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
sudo dpkg-reconfigure locales
Plz add this step on your LAB instruction. I hop this will be helpful.
Cheers,