Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows に pytz for python をインストールしているときに、次のエラーが発生します。
assert len(resources) > 10, 'zoneinfo files not found!' AssertionError: zoneinfo files not found!"
しかし、すべての国のファイルを含む pytz フォルダーにzoneinfoという名前のフォルダーが表示されます。何が欠けている可能性があるかを知っている人はいますか?
を実行します
python setup.py install
別のディレクトリではなく、pytz ディレクトリから。それは私にとって問題を解決しました。