Startup Data scientist Blog

データ分析系のテック情報を発信します

Python 3.13で「No module named 'imghdr'」エラーをTweepyで解決する方法

python 3.13以降では'imghdr'は非推奨となっています。

しかし、Tweepyを利用する場合は、imghdrをインストールすることが求められます。

 

エラー内容

ERROR: Could not find a version that satisfies the requirement imghdr (from versions: none)

ERROR: No matching distribution found for imghdr

 

解決策

pip install standard-imghdr