ModuleNotFoundError: No module named 'xlrd'
ModuleNotFoundError: No module named 'xlwt'
AttributeError: module 'requests' has no attribute 'get'
ModuleNotFoundError: No module named 'yaml'

打開終端,輸入:
pip install SomePackage # 最新版本
pip install SomePackage==1.0.0 # 指定版本
pip install 'SomePackage>=1.0.0' # 最小版本

pip install requests

pip install yaml
ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)
ERROR: No matching distribution found for yaml
解決:pip install pyyaml

------------------------------------------------------Tanwheey-------------------------------------------------------------------------
愛生活,愛工作。
