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

Does not work with Python 3.9 #77

Open
pavel-kolesnikov opened this issue Jun 11, 2021 · 2 comments
Open

Does not work with Python 3.9 #77

pavel-kolesnikov opened this issue Jun 11, 2021 · 2 comments

Comments

@pavel-kolesnikov
Copy link

After installing with

pip install --user beanstalkc

Trying this will fails:

~> python
Python 3.9.5 (default, May 14 2021, 00:00:00) 
[GCC 11.1.1 20210428 (Red Hat 11.1.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import beanstalkc
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/user/.local/lib/python3.9/site-packages/beanstalkc.py", line 78
    except CommandFailed, (status, results):
                        ^
SyntaxError: invalid syntax
@reedzhao
Copy link

I am running into the same problem. Is there an alternative beanstalk client?

@reedzhao
Copy link

https://github.com/seveas/beanstalkc

conda install -c bjrn beanstalkc3

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