一、配置环境
1、选择python解释器版本
输入:Command+shift+P
搜索:Python: Select Interpreter
2、安装包
指定版本: pip install PyHive==0.6.5
不指定版本:pip install PyHive
3、更新pip3
python3 -m pip install -i https://pypi.douban.com/simple --upgrade pip
4、pip安装包
pip3 install -i https://pypi.douban.com/simple Pillow