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

posted @ 2020-06-05 19:32  Alen_Andry  阅读(490)  评论(0编辑  收藏  举报