环境Linux + Anaconda3-2019.07-Linux-x86_64 +nginx
尝试 维信公众号 信息处理遇到的无厘头报错"No module named ‘utils’ "
历经 pip install common-utils-py 等等都没处理好,最终用二行命令解决
pip uninstall cryptography #降版本以使正常
pip install cryptography==3.3.2 #降版本以使正常
原文地址 Warning: int_from_bytes is deprecated, use int.from_bytes instead - 简书
在Linux环境下,使用Anaconda3和nginx处理微信公众号信息时遇到'utils'模块不存在的错误。尝试多种安装方法无效后,通过降低cryptography库版本至3.3.2解决了问题。这是一个关于Python环境配置和依赖管理的案例。
2919

被折叠的 条评论
为什么被折叠?



