简体   繁体   English

python 密码学未在 Apple Silicon M1 PRO 上安装 pkcs7

[英]python cryptography not installing pkcs7 on Apple Silicon M1 PRO

I had installed cryptography 2.9.2, but in venv/lib/python3.9/site-packages/cryptography there is not pkcs7 module.我已经安装了密码学 2.9.2,但在venv/lib/python3.9/site-packages/cryptography中没有 pkcs7 模块。 I'm running python under rosetta.我在 rosetta 下运行 python。

Both the changelog and the PKCS7 section of the documentation state that PKCS7 support was added in 3.1 and expanded in later versions.文档的变更日志和PKCS7部分都声明 PKCS7 支持是在 3.1 中添加的,并在更高版本中进行了扩展。 You should install a newer version.您应该安装较新的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Apple Silicon M1 上的 Python Tensorflow 和 OpenCV - Python Tensorflow and OpenCV on Apple Silicon M1 python Apple 错误 TensorFlow on M1 (apple silicon) - python errors in Apple TensorFlow on M1 (apple silicon) Mac M1(Apple Silicon)上的 AWS SAM Python 调试 - AWS SAM Python debug on Mac M1 (Apple Silicon) 使用 docker 在苹果硅 M1 上构建错误 - Build Error on apple silicon M1 with docker 加密错误,Apple M1 处理器上的 cffi - Error with cryptography, cffi on Apple M1 processor 在 Apple Silicon 上运行的 Big Sur 上安装加密时出错 - Error installing cryptography on Big Sur running on Apple Silicon 在具有 M1 芯片(基于 ARM 的 Apple Silicon)的 Mac 上安装早期版本的 Python(3.8 之前)失败 - Installation of earlier versions of Python (prior to 3.8) fails on Mac with M1 Chip (ARM based Apple Silicon) 在 Apple 芯片(M1 Max)上使用 Python 时,有没有办法防止 ray.init() 挂起? - Is there a way to prevent ray.init() from hanging when using Python on Apple silicon (the M1 Max)? 如何在 Apple Silicon (ARM / M1) 上安装 SciPy - How to install SciPy on Apple Silicon (ARM / M1) 在 m1 硅片上安装 TensorFlow 和 AIMA 代码时出现问题 - Problems installing TensorFlow and AIMA code on m1 silicon
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM