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

Use plyvel for the leveldb backend #99

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

Conversation

ghisvail
Copy link

Rationales:

  • quickumls fails to install on Python 3.12 due to py-leveldb
  • py-leveldb looks unmaintained and is unlikely to receive support for Python 3.12
  • plyvel provides a suitable replacement and is compatible with Python 3.12 onwards

Closes #98

Rationales:
- quickumls fails to install on Python 3.12 due to py-leveldb
- py-leveldb looks unmaintained and is unlikely to receive support for Python 3.12
- plyvel provides a suitable replacement and is compatible with Python 3.12 onwards

Closes Georgetown-IR-Lab#98
@darebfh
Copy link

darebfh commented Dec 27, 2024

Please merge :)

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.

Unable to install on Python 3.12 due to leveldb
2 participants