-
Notifications
You must be signed in to change notification settings - Fork 128
(Py3.10) Error on loading: TypeError: TypeChecker() takes no arguments #293
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
Comments
I've just come across the same issue. Void Linux just recently upgraded to python 3.10.0 and I can't feasibly downgrade back to 3.9. Using a virtualenv doesn't work either due to incompatibilities between versions. I'm also at a loss of what it could be. I don't think it's due to any
Versions:
|
+1 - same issue as the description. On Fedora 35, with python 3.10.0 I've tried python 3.9, 3.7 and 2.7, they all give me different errors when trying to load matrix.py in weechat. |
I spent many hours today looking into this without much success :(... however I did make a docker image and summary of what I found in case anyone wants an easy way to reproduce it https://github.com/thatnerdjosh/reproduceable-envs/tree/main/weechat-matrix-293 |
Having the same problem and can't seem to find any way around it. Suggestions? |
I believe this is a bug in Python subinterpreters: https://bugs.python.org/issue46034 |
I confirm that applying |
I no longer get this error with python 3.10.2 (void linux) |
Hello,
I upgraded to Fedora 35 (to be released soon, in beta now) to get to Python 3.10 since the bug in Python 3.9 prevents me from using weeslack and weechat-matrix together (wee-slack/wee-slack#812). However, on this newly upgrade system, I'm running into these errors on loading the script:
I can run the import command just fine in python:
So maybe it's something related to my upgrade (some
pyc
or__pycache__
files still referring to older versions or something) but I can't figure out how to go about debugging this. Any hints please?Here's the system info:
The text was updated successfully, but these errors were encountered: