We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The setup.py pins the version of pandas to a version that is behind the current release.
setup.py
Click is also installed at a version that breaks datasette, which presumably requires a later version.
The text was updated successfully, but these errors were encountered:
Click 6 was the last version to support Python 2.x, and csvs-to-sqlite currently works with that version of Python.
I'm inclined to drop 2.x support completely now, and tell users that if they need 2.x they can install a previous version.
Sorry, something went wrong.
Bump pandas version, refs #52
dc31769
Looks like Pandas 0.25.0 doesn't support Python 3.x either.
646dabf
No branches or pull requests
The
setup.py
pins the version of pandas to a version that is behind the current release.Click is also installed at a version that breaks datasette, which presumably requires a later version.
The text was updated successfully, but these errors were encountered: