To get csvs-to-sqlite to work, hardcode pandas dependency to 1.4.0
-
Oct 9, 2023 23:56 UPDATE: see https://github.com/simonw/csvs-to-sqlite/issues/88
pip3 install 'pandas==1.4.0' # git clone from this repo and cd to that directory pip3 install -e .
Discovered: Nov 2, 2020. What is the use case for
pip install -e
I installed csvs-to-sqlite from simon w by changing pandas dependency to be justpandas
instead ofpandas~=0.25.0
in setup.py