pip安装时候出现ERROR: Could not find a version that satisfies the requirement matplb (from versions: none) ERROR: No matching distribution found for matplb
原来的pip install matlab
改为以下
pip install matlab -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host pypi.aliyun.com