错误:无法为使用 PEP 517 且无法直接安装的密码学构建轮子
- 作者: 风吹裤裆蛋蛋荡
- 来源: 51数据库
- 2022-10-26
问题描述
当 pip 为加密包构建轮子时出现错误.
I get an error when pip builds wheels for the cryptography package.
错误:
LINK : fatal error LNK1181: cannot open input file 'libssl.lib' error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe' failed with exit status 1181 ---------------------------------------- ERROR: Failed building wheel for cryptography Running setup.py clean for cryptography Failed to build cryptography ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
我已经安装了 OpenSSL 并按照这篇文章中的建议设置了环境变量,但问题仍然存在.我的设置详情:
I have already installed OpenSSL and set the environment variables as suggested in this post yet the problem persists. My setup details:
- 系统 - Windows 10
- Python - 3.8
- 点 - 19.3.1
推荐答案
在 requirements.txt 中将加密设置为 2.8 版解决了这个问题.
Setting cryptography to version 2.8 in requirements.txt fixed the issue.
推荐阅读
热点文章
Discord.py(重写)on_member_update 无法正常工作
0
Discord.py 在 vc 中获取用户分钟数
0
discord.py 重写 |为我的命令出错
0
Discord.py rewrite 如何 DM 命令?
0
播放音频时,最后一部分被切断.如何解决这个问题?(discord.py)
0
在消息删除消息 Discord.py
0
如何使 discord.py 机器人私人/直接消息不是作者的人?
0
(Discord.py) 如何获取整个嵌入内容?
0
Discord bot 尽管获得了许可,但不能提及所有人
0
Discord.py discord.NotFound 异常
0
