-
Notifications
You must be signed in to change notification settings - Fork 26
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
Nyx incompatible with Python 3.11+ (getargspec error) #63
Comments
Thanks Rijndael! The issue is that Python 3.11 removed the inspect.getargspec() function which broke our compatibility with it. I left Tor a couple years ago. Nyx is presently unmaintained so this is unlikely to be fixed. If the project gets a new maintainer this should be relatively easy to correct. |
Here is a quick fix until new nyx version is out: Have installed nyx and run this command as sudo: Note that python version in command (/usr/lib/python3.11/) will change in future. |
If installed from an apt repository (ubuntu/debian) it is located in
is the debian version of patch by @mzivic7 I am willing to take over the maintenance of nyx edit: On latest debian, this error makes nyx crash at startup. |
I am on arch linux, and have no debian-based linux to test, i had no idea that pacman installs nyx to different directory. So, for debian-based, patch is: Anyway in this commit to nyx, this bug is fixed, just someone needs to release new version. |
When you run
nyx
and then scroll on any page, it crashes.Log:
The text was updated successfully, but these errors were encountered: