I am getting the following error while installing pytz for python on windows:
assert len(resources) > 10, 'zoneinfo files not found!' AssertionError: zoneinfo files not found!"
But I can see a folder named zoneinfo in pytz folder, which has files of all the countries. Does anyone have an idea of what can be missing?