为什么 samba 配置脚本没有检测到我安装的 Python 模块?
我已经使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论