1

我正在尝试在安装后运行 streamlit 应用程序(python 3.7.3)显示该错误

    streamlit hello
  File "<ipython-input-2-c7a1b683aa76>", line 1
    streamlit hello
                  ^
SyntaxError: invalid syntax
4

3 回答 3

4

有点晚了,但这是在 Windows 上使用的推荐设置:https ://github.com/streamlit/streamlit/wiki/Installing-in-a-virtual-environment

于 2020-04-13T16:13:26.593 回答
1

复制 streamlit 文件C:\Users\AppData\Roaming\Python\Python36\Scripts并将它们粘贴到您的C:\ProgramData\Anaconda3\Scripts并在 anaconda 提示符下运行您的 streamlit 代码。

运行命令:

streamlit run filename.py
于 2020-06-13T03:55:49.987 回答
1

在窗口中

py -m streamlit run hello.py
于 2021-06-27T10:21:21.233 回答