小编Wil*_*ort的帖子

导入错误:无法从“Crypto.Util”导入名称“_counter”

我在 Linux Ubuntu 18.04 LTS 上使用 Geanny 编辑器和 python 3.7 解释器。我试图使用 AES 256 位加密。我在互联网上研究了这个问题并尝试了各种不同的解决方案,但无济于事。我继续得到的错误是

ImportError: cannot import name '_counter' from 'Crypto.Util' (/usr/lib/python3/dist-packages/Crypto/Util/__init__.py).

解决此问题的任何建议或想法?

python cryptography compiler-errors python-import python-3.x

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