Brent Pedersen
Brent Pedersen
happy to accept a PR that fixes python3 compat.
That doesn't seem unreasonable. I'd let it run for at least 48 hours.
continuing is not supported, you'd have to delete the existing table from sqlite and restart. one way to add would be to see how many rows are in the existing...
you might need to do destination.rollback() after you get an error.
Hi, I just upload v0.1.10 to pypi can you see if that resolves this?
Not sure, are you using python 3.8 in your local setup?
must be some difference in the numpy versions. Can you check that your repo has same numpy as local?
It's certainly useful. I think we'd accept a PR for this but I don't intend to implement.
maybe we need: ``` extra_compile_args = ['-O3', '-std=c99'] ``` in setup.py (line 10) can you try that and let me know if it works. I don't have access to a...
this is from 398c8ca by @superbobry . can you have a look?