streamlit安装踩坑

streamlit安装踩坑

Step1

安装streamlit库,复制下面的代码,也可以pypi下载,最好科学上网下whl,白嫖怪的附件https://download.csdn.net/download/weixin_45638544/13035788

pip install -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com streamlit

Step2

cmd运行streamlit hello,如果
出现下图,回车跳过email即可,浏览器输入http://localhost:8501streamlit安装踩坑_第1张图片

出现即安装成功,否则需要进行第三步
streamlit安装踩坑_第2张图片

Step3

删除config.toml这个文件,它不在site-package下面,在C:\Users\你的用户\.streamlit这个文件夹里1

万事大吉


  1. https://stackoverflow.com/questions/59811357/how-to-solve-toml-decoder-tomldecodeerror-key-group-not-on-a-line-by-itself-l ↩︎

你可能感兴趣的:(python,1024程序员节)