Anaconda Can';在巨蟒身上找不到pyperclip(Python 3.7)

Anaconda Can';在巨蟒身上找不到pyperclip(Python 3.7),anaconda,Anaconda,我试过了 conda install -c conda-forge pyperclip 并获取以下错误: Solving environment: failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json.bz2> Elapsed: - An HTTP error occurred when trying

我试过了

conda install -c conda-forge pyperclip
并获取以下错误:

Solving environment: failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/noarch/repodata.json.bz2>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.

SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\', port=443): Max retries exceeded with url: /pkgs/main/noarch/repodata.json.bz2 (Caused by SSLError("Can\'t connect to HTTPS URL because the SSL module is not available."))'))
解决环境:失败
CondaHttPeror:url的HTTP 000连接失败
已过去:-
尝试检索此URL时发生HTTP错误。
HTTP错误通常是断断续续的,一次简单的重试就可以让您上路。
如果您当前的网络https://www.anaconda.com 已阻止,请存档
网络工程团队的支持请求。
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\',port=443):url:/pkgs/main/noarch/repodata.json.bz2超过了最大重试次数(由SSLError(“由于SSL模块不可用,无法连接到HTTPS url”))

我还尝试下载pyperclip-1.7.0.tar.gz,将其解压缩(文件夹为pyperclip-1.7.0)并将其复制到多个文件夹(例如…\Continuum\anaconda3\Scripts和…\Continuum\anaconda3\Lib) 但当我尝试导入它时,会收到一条“ModuleNotFoundError:没有名为'pyperclip'的模块”消息


在Anaconda提示符下工作(我使用CMD)

在Anaconda提示符下使用pip install pyperclip工作(我使用CMD)
pip install pyperclip