一、配置環境
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