Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

python3-gearman, issue with no module named 'gearman' #9

Closed
typoworx-de opened this issue Feb 14, 2022 · 1 comment
Closed

python3-gearman, issue with no module named 'gearman' #9

typoworx-de opened this issue Feb 14, 2022 · 1 comment

Comments

@typoworx-de
Copy link

Hello,
thanks for providing python3 gearman. I'm trying to use it and after doing "pip install python3-gearman" I still have this issue in my own code:

Test reinstall

$ pip install python3-gearman
Requirement already satisfied: python3-gearman in ./venv/lib/python3.6/site-packages (0.1.0)

Trying to use it in my own code:
import gearman

Which results in:

import gearman
ModuleNotFoundError: No module named 'gearman'

What I'm doing wrong?

@typoworx-de
Copy link
Author

Ok my fault... I suddenly found the solution myself in Issue #5 which gave me a correct example on usage:
import python3_gearman as gearman

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant