【发布时间】:2020-06-04 04:06:12
【问题描述】:
当我尝试在命令提示符中使用pip install openyxl 安装openyxl 时,它给了我以下错误:
ERROR: Could not find a version that satisfies the requirement openyxl (from versions: none)
ERROR: No matching distribution found for openyxl
这是我在命令提示符中看到的:
【问题讨论】:
-
嗨,欢迎来到 Stack Overflow。我认为您的意思是安装
openpyxl而不是openyxl。尝试运行pip install openpyxl看看是否可行。
标签: pip