为什么 samba 配置脚本没有检测到我安装的 Python 模块?

发布于 2025-01-16 07:55:16 字数 441 浏览 0 评论 0原文

我已经使用 pip 来安装加密和 markdown,当我发出“pip list”命令时它们就会出现。但是,在尝试 ./configure samba 时,我收到一条错误,指出找不到该模块。

确切的错误消息是“无法找到 Python 模块‘加密’”。请安装系统包:python3-cryptography'。

出现相同的消息,但也声明为降价。

我一直在尝试遵循这个指南,但我在 ./configure 行挂断了。我安装了所有依赖项,包括可选依赖项。我按照安装指南进行操作,但仍然无法通过加密模块的检查。

安装 Samba 的原因是升级到 4.15.5,以消除当前版本的安全漏洞。

I have used pip to install cryptography and markdown, and they show up when I issue the 'pip list' command. However, while attempting to ./configure samba I receive an error stating that the module could not be found.

The exact error message is 'Unable to find Python module 'cryptography'. Please install the system package: python3-cryptography'.

The same message occurs, but states markdown as well.

I've been trying to follow this guide, but I get hung up at the ./configure line. I installed all of the dependencies, including optional ones. I followed the installation guide, but still cannot get past the check for the cryptography module.

Reasoning for the Samba install is to upgrade to 4.15.5 in order to eliminate the security vulnerability from the current version.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文