-
Notifications
You must be signed in to change notification settings - Fork 106
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
This does not works with python3 latest version #38
Comments
@voicecomms any idea what's not working ? I'm using this module (With some patches on top of it) with Python 3.10 . |
@zferentz I am getting ModuleNotFoundError: No module named 'client' |
That's weird.
And then just use the standard |
@zferentz You know this library is clearly incompatible with python3 when you have to apply tons of patches to get it working. This means:
There exists a async version https://github.com/M-o-a-T/asyncari but it uses stone-age packages that make it as useless as this one. |
@codeasashu of course i know :) . i wish it was easy for me to switch to asyncio. one day...but until that day i'm stuck with a 10-years library that i cannot update/replace. Having said the above - i'm happy to say that we used this library with Python2.6, Python3.6, Python3.8 and recently upgraded to Python3.10 and (except those patches) - all worked perfectly . |
Hello,
is there any update on getting this working on python3 latest version ?
Regards
CJ
The text was updated successfully, but these errors were encountered: