快速解决python安装某些库报错Could not find a version that satisfies the requirement openpyxl (from versions:...

安装openpyxl时报错

ERROR: Could not find a version that satisfies the requirement openpyxl (from versions: none)
ERROR: No matching distribution found for openpyxl

解决:
sodu pip install openpyxl

你可能感兴趣的:(快速解决python安装某些库报错Could not find a version that satisfies the requirement openpyxl (from versions:...)