2024-12-21 AI Streamlit AttributeError: 'NoneType' object has no attribute 'sendto' Streamlit程序执行中报错:AttributeError: ‘NoneType’ object has no attribute ‘sendto’调查发现使用最新版会导致错误,降级到1.33.0可以解决。 12345# 查看版本pip show streamlit | grep -i version# 删除替换成旧版pip uninstall streamlitpip install streamlit==1.33.0 前一篇 几个常见代理服务器的对比:Squid、mitmproxy 和 tinyproxy 后一篇 Ubuntu系统下编译Chromium