makepath / census-parquet

Python tools for creating Parquet files from 2020 Census Data
MIT License
16 stars 4 forks source link

run_census_parquet not executing new procedure #13

Closed dylanrstewart closed 2 years ago

dylanrstewart commented 2 years ago

create new conda environment

conda create --name cp-test python=3.8
pip install -e .

run_census_parquet failed at stage 5 with old procedure.

run_census_parquet does not run updated process_blocks.py

dylanrstewart commented 2 years ago

Somehow, the new process_blocks.py did not get packaged up with release 0.0.9

dylanrstewart commented 2 years ago

fixed by running hash -r to clear previous cli command