Skip to content

Fix typo that causes install to break - #6

Open
DDevine wants to merge 1 commit into
plasticityai:masterfrom
DDevine:master
Open

Fix typo that causes install to break#6
DDevine wants to merge 1 commit into
plasticityai:masterfrom
DDevine:master

Conversation

@DDevine

@DDevine DDevine commented May 9, 2020

Copy link
Copy Markdown

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

JWCook commented May 23, 2021

Copy link
Copy Markdown

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

JWCook commented May 23, 2021

Copy link
Copy Markdown

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