简体   繁体   中英

Python 3.5 PIP Install pyperclip Error (Windows)

I'm trying to run pip install command to install a package. However, I'm getting an error below.

Any help is appreciated!

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

I tried this and it worked fine:

pip install pyperclip

make sure you have internet connection or try to update pip :

pip install --upgrade pip

In case if that didn't work you can download the library manually from here and then install it.

您收到的错误说,没有与您的 Python 安装匹配的pyperclip版本(可能由开发人员声明)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM