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
Hello - thanks for creating this. Unfortunately we get this error when running:
In [1]: from mani import Mani ...: clock = Mani("redis://localhost:6379/") ...: --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) <ipython-input-1-41350acc3f0b> in <module>() ----> 1 from mani import Mani 2 clock = Mani("redis://localhost:6379/") ~/anaconda3/lib/python3.6/site-packages/mani/__init__.py in <module>() 1 ----> 2 import util 3 4 import logging 5 logging.getLogger(__name__).addHandler(logging.NullHandler()) ModuleNotFoundError: No module named 'util'
installed via pip install mani
The text was updated successfully, but these errors were encountered:
hi @vgoklani - apologies for the extremely delayed response. i saw this now. were you able to fix this?
Sorry, something went wrong.
i need to make this package python3 compatible. thanks for reporting. will fix within a week.
hi @vgoklani - the latest version 0.3.1 has Python 3 support 🎉
No branches or pull requests
Hello - thanks for creating this. Unfortunately we get this error when running:
installed via pip install mani
The text was updated successfully, but these errors were encountered: