NYCPlanning / db-factfinder

data ETL for population fact finder (decennial + acs)
https://nycplanning.github.io/db-factfinder/factfinder/
MIT License
2 stars 3 forks source link

Multiprocessing import not compatible with python 3.9 #88

Closed mgraber closed 3 years ago

mgraber commented 3 years ago

Change from .multi import Pool to from multiprocessing import Pool in main.py. This means the package won't be backwards compatible.