0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

streamlit helloで失敗する場合のメモ

Last updated at Posted at 2023-07-04

streamlitという便利にwebアプリを作成できるフレームワークがあるそうです。

サイトに書いてあるとおり、

pip install streamlit
streamlit hello

すればスタート画面が立ち上がるはずです。

image.png

……しかしうまくいかない!

原因は、Pathを通していないからでした。

Win11の人は、システム→バージョン情報→システムの詳細設定→環境変数で「Path」に以下の2つのパスを追加してください。

  1. streamlit.exeのパス
  2. streamlit.exeのあるフォルダのパス

2番目もないと失敗します。
済んだらコンピューターを再起動して、Pathの情報を反映させます。

あとは、コマンドプロンプトやらPowerShellで
streamlit hello

と打てば、ブラウザでstreamlitのスタート画面が開きます!

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?