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 目录而不是另一个目录。它为我解决了这个问题。