Open shifty0g opened 2 years ago
@prodigysml hey bud, i can confirm interlace isnt playing nicely with the latest python. Taking the temp fix from https://github.com/pry0cc/axiom/issues/555#issuecomment-1133745166 fixes the issue. Seem to be a bug in the latest python?
adding the following line from collections.abc import Mapping
to
/usr/lib/python3.10/collections/init.py
/usr/lib/python3.10/collections/__init__.py
Thanks for the response. I will give it a go. On my kali I had other versions of python 3.9 which I reinstalled under and changed the first line of interlace,py to #!/usr/bin/python3.9
so it runs nicely. job done. That will teach me for using bleeding edge. :):):)
Thanks for the heads up @0xtavian ! Yeah, that seems like a weird issue with the latest python. I'll see if there is anything we can do to fix this up (maybe changing the data structure we use or something).
Ahhh! Its used by our colouring dependency
I believe this has been fixed now. With the new version 1.9.7 (when it gets released by @codingo ), we will have removed that dependency entirely, making sure this doesn't happen again!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Not sure if it likes new version of python
Steps to replicate
Literally git clone this repo
when i try to then load interlace it dies
any ideas what im doing wrong here. i have reverted snapshot and tried on a fresh kali vm but no go. seems like interlace dont play ball with the latest python