Skip to content
New issue

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

Fix typo that causes install to break #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DDevine
Copy link

@DDevine DDevine commented May 9, 2020

pip install of supersqlite is broken due to a typo in a requirement name: lsb-db should actually be lsm-db.

This also resolves #5

@JWCook
Copy link

JWCook commented May 23, 2021

For reference, this appears to affect supersqlite 0.0.76-0.0.78, so if you need this in project dependencies, you can use supersqlite<0.0.76.

EDIT: Actually, 0.0.75 and earlier appear to be broken as well due to an unrelated missing module. So the best option may be:

pip install lsm-db
pip install --no-deps supsersqlite

Unfortunately there's no equivalent of --no-deps for Poetry, so I can't currently add this as a dependency to projects that use Poetry for packaging.

@JWCook
Copy link

JWCook commented May 23, 2021

Also, I see this is a mirror of the main repo at https://gitlab.com/Plasticity/supersqlite. @DDevine Maybe try submitting the PR on GitLab?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Outdated/typo in requirements.txt
2 participants