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
How to use in python3?
The text was updated successfully, but these errors were encountered:
I use a very raw method as of now. I simply find out the location where the python keeps it's packages and copy this directory there.
$ which python /usr/local/pyenv3.4/bin/python
Copy the gearman directory inside this directory: /usr/local/pyenv3.4/lib/python3.4/dist-packages
ls command output: (pyenv3.4)[root@my-machine /]$ ls -l /usr/local/pyenv3.4/lib/python3.4/dist-packages | grep gearman drwxr-xr-x 4 root root 4096 Apr 20 08:43 gearman
Gearman should be available now.
Sorry, something went wrong.
No branches or pull requests
How to use in python3?
The text was updated successfully, but these errors were encountered: