Segmentation Fault upon importing eventlet on macOS 11/arm64 (M1)

发布时间 2023-04-12 14:48:39作者: Dr-wei

在M1 机器 Big Sur, python3.8 环境的机器上面 import evenlet 模块导致 python 崩溃

dnspython==1.16.0
eventlet==0.30.1
greenlet==1.0.0
six==1.15.0

Which seemed to indicate the pycryptodomex module was at fault. Sure enough pip3 uninstall pycryptodomex resolved the issue and I can now import eventlet. Thank you for the assistance debugging and sorry for the noise. I'll close this issue and file an issue with pycryptodomex.

卸载这个包 pycryptodomex 就可以了
参考链接