小编Chi*_*ali的帖子

错误:无法为使用 PEP 517 且无法直接安装的加密构建轮子

pip 为加密包构建轮子时出现错误。

错误:

错误

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
Run Code Online (Sandbox Code Playgroud)

我已经安装OpenSSL和设置环境变量中所建议的这个帖子却问题依旧。我的设置细节:

  • 系统 - Windows 10
  • 蟒蛇 - 3.8
  • 点子 - 19.3.1

python cryptography pip python-cryptography

40
推荐指数
8
解决办法
7万
查看次数

如何在方括号中编译LESS代码?

我将Brackets用作文本编辑器。请告诉我如何编译LESS代码并将其转换为CSS?

以下是我下载LESS编译器的链接,但我不知道如何将代码转换为CSS。

https://github.com/jdiehl/brackets-less-autocompile

css compilation less adobe-brackets css-preprocessor

3
推荐指数
1
解决办法
3668
查看次数

如何在html中获取用户设备的高度

如何找到用户设备的高度来优化元素的高度?

以下是我的CSS

section.sr {
    margin:0;
    padding:0;
    background-image:  url(../images/simulation-1-waterfall.jpg);
    margin-top: 0;
    padding: 25px 35px 30px;
    height: 100%;
}
Run Code Online (Sandbox Code Playgroud)

html css height device viewport

1
推荐指数
1
解决办法
5200
查看次数