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
It seems current requirements.txt is either outdated or contains a typo in
requirements.txt
supersqlite/requirements.txt
Line 1 in d74da74
pip install lsb-db==0.6.4
Could not find a version that satisfies the requirement lsb-db==0.6.4 (from versions: none)
I guess this could be a typo for lsm-db?
lsm-db
Installing this package via pip won't fail
pip
Ubuntu 18.04LTS / Python 3.6 / pip 19.1.1
cc @AjayP13
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
It seems current
requirements.txt
is either outdated or contains a typo insupersqlite/requirements.txt
Line 1 in d74da74
When trying to
pip install lsb-db==0.6.4
I get following errorI guess this could be a typo for
lsm-db
?Expected behavior
Installing this package via
pip
won't failSystem
Ubuntu 18.04LTS / Python 3.6 / pip 19.1.1
cc @AjayP13
The text was updated successfully, but these errors were encountered: