美文网首页
关于Python中 from Crypto.Cipher imp

关于Python中 from Crypto.Cipher imp

作者: Vekaco | 来源:发表于2021-06-19 20:04 被阅读0次

MacOS:
找到pythonPycharm -> preferences -> Project:xxx -> python interpreter,查看 python路径,
然后访达打开该路径在该路径../../site-packages下找到crypto包, 将包名首字母小写改成大写即 crypto-> Crypto
重新刷新项目,问题解决;

Windows同理

相关文章

网友评论

      本文标题:关于Python中 from Crypto.Cipher imp

      本文链接:https://www.haomeiwen.com/subject/icydyltx.html