鱼C论坛

 找回密码
 立即注册
查看: 1036|回复: 3

[已解决]怎样安装OpenSSL

[复制链接]
发表于 2020-9-12 22:17:53 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
在学习Python课程安装scripy时安装到OpenSSL时就出现各种各样的问题,用pip install OpenSSL提示
SSLError: ('The read operation timed out',)
,按照百度的方法增加超时时间
pip --default-timeout=100  install OpenSSL
,又出现以下问题
Downloading/unpacking OpenSSL
  Cannot fetch index base URL https://pypi.python.org/simple/
  Could not find any downloads that satisfy the requirement OpenSSL
Cleaning up...
No distributions at all found for OpenSSL
Storing debug log for failure in C:\Users\Administrator\pip\pip.log
,想请问一下有大神知道要怎样安装吗?
最佳答案
2020-9-13 11:18:01
本帖最后由 suchocolate 于 2020-9-13 14:15 编辑

1.临时使用阿里云pip源:
# cmd下
python -m pip install OpenSSL -i https://mirrors.aliyun.com/pypi/simple

2.永久使用阿里云pip源:
1)在你的家目录下新建pip文件夹:
C:\Users\administrator\pip
--------------------------------------------------------------------------------
2)新建文件:pip.ini,写入以下信息:
--------------------------------------------------------------------------------
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com
--------------------------------------------------------------------------------
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-9-13 11:09:16 | 显示全部楼层
换个镜像源试试?
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-9-13 11:18:01 | 显示全部楼层    本楼为最佳答案   
本帖最后由 suchocolate 于 2020-9-13 14:15 编辑

1.临时使用阿里云pip源:
# cmd下
python -m pip install OpenSSL -i https://mirrors.aliyun.com/pypi/simple

2.永久使用阿里云pip源:
1)在你的家目录下新建pip文件夹:
C:\Users\administrator\pip
--------------------------------------------------------------------------------
2)新建文件:pip.ini,写入以下信息:
--------------------------------------------------------------------------------
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com
--------------------------------------------------------------------------------
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-9-14 11:24:27 | 显示全部楼层
可以试试这个命令
pip install OpenSSL -i https://pypi.tuna.tsinghua.edu.cn/simple
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-18 18:21

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表