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

3.6, 3.7, 3.8, 3.9 on PyPI #22

Open
josephernest opened this issue Nov 19, 2020 · 3 comments
Open

3.6, 3.7, 3.8, 3.9 on PyPI #22

josephernest opened this issue Nov 19, 2020 · 3 comments

Comments

@josephernest
Copy link

Hello,
Congrats for this nice project.

pip install semidbm

does not work on Python 3.7.

Is it planned to update it on PyPI?

Thanks!

@besfahbod
Copy link

Fyi, we had to fork this project to add support for latest PY 3 editions. You can find the git repo at https://github.com/quora/semidbm2 . I believe we have not published it to pypi yet. Would adding git repo as dependency work for you?

@josephernest
Copy link
Author

josephernest commented Nov 19, 2020

Yes @besfahbod, it would be a nice option, easy to install in one line! What is the installation command? (and maybe include it in the README?). I imagine it's something like:

pip install git+https://github.com/.../.../...

@besfahbod
Copy link

Cool! Yeah, something like that should work. (https://pip.pypa.io/en/stable/reference/pip_install/#git)

We were thinking about publishing the fork under the name semidbm2 on pypi. If you think that's useful for you, would appreciate any help with changes needed in the code to be able to do that. (Of course, any deps using the package need to be updated, too.)

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

No branches or pull requests

2 participants