我正在尝试在安装后运行 streamlit 应用程序(python 3.7.3)显示该错误
streamlit hello
File "<ipython-input-2-c7a1b683aa76>", line 1
streamlit hello
^
SyntaxError: invalid syntax
有点晚了,但这是在 Windows 上使用的推荐设置:https ://github.com/streamlit/streamlit/wiki/Installing-in-a-virtual-environment
复制 streamlit 文件C:\Users\AppData\Roaming\Python\Python36\Scripts
并将它们粘贴到您的C:\ProgramData\Anaconda3\Scripts
并在 anaconda 提示符下运行您的 streamlit 代码。
运行命令:
streamlit run filename.py
在窗口中
py -m streamlit run hello.py