Skip to content

Conversation

@rwarren
Copy link

@rwarren rwarren commented Aug 29, 2020

With this change beanstalktop will work on python 3 with a simple pip install beanstalktop.

Getting `beanstalktop` to work with python3 only requires using the py3 compatible `beanstalkc3` instead of `beanstalkc` (which is python2 only).

Without this change, the workaround to get `beanstalktop` working with python 3 is simply to install the two dependencies manually:

```
pip install pyyaml, beanstalkc3
pip install beanstalktop --no-deps
```
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.

1 participant