お世話になります。
何卒、よろしくお願いいたします。
tweepyを使って特定のキーワードをtweetしたユーザーのリストをstreamlitを使って表示したいのですが、デプロイしたところrequirements.txtに記入したライブラリに問題があるとブラウザに表示されました。
恐らく下記内容に対するrequirements.txtの書き方が間違えているのではないかと思うのですが、書き方がわかりません。
お忙しい中大変恐縮ですが、ご教示いただけますと幸いでございます。
python
1import tweepy 2from datetime import datetime,timezone 3import pytz 4import pandas as pd 5import streamlit as st
↓requirements.txt
tweepy datetime timezone pytz streamlit
↓表示されたエラー
ERROR: Could not find a version that satisfies the requirement timezone (from versions: none) ERROR: No matching distribution found for timezone WARNING: You are using pip version 21.1.1; however, version 21.3.1 is available. You should consider upgrading via the '/home/appuser/venv/bin/python -m pip install --upgrade pip' command.
回答2件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
2022/01/23 09:54
2022/05/31 07:48