Python 3.5 PIP 安装 pyperclip 错误 (Windows)

标签 python pip pyperclip

我正在尝试运行 pip install 命令来安装软件包。但是,我在下面收到错误。

感谢任何帮助!

C:\Python\Python35-32\Scripts>pip install pyperclip
Collecting pyperclip
  Could not find a version that satisfies the requirement pyperclip (from versio
ns: )
No matching distribution found for pyperclip

最佳答案

我尝试了这个,效果很好:

pip 安装 pyperclip

确保您有互联网连接或尝试更新pip:

pip install --upgrade pip

如果这不起作用,您可以从 here 手动下载该库。然后安装它。

关于Python 3.5 PIP 安装 pyperclip 错误 (Windows),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36892530/

相关文章:

python - anaconda环境安装本地包

python - 如何在python中粘贴从键盘复制的文本

python - 在python中使用相同的文件名将mp4转换为wav

python - 如何创建一个具有不同 Id 和其他两个列的不同值的新列?

python - 使用 Conda 在 Pycharm 中安装包将不起作用

python - Pip 没有正确安装

python - Pip 安装挂起

python - Pyperclip 有最大字符数吗?

python - 在 cron 中运行 headless selenium 时,出现错误 "Pyperclip could not find a copy/paste mechanism for your system"

python - 如何用我自己的横幅调用 `IPython.start_ipython()`?