Gameye98 / Lazymux

termux tool installer
2.77k stars 563 forks source link

In my kali Linux error #126

Closed Brabhu12345 closed 1 year ago

Brabhu12345 commented 1 year ago

┌──(root㉿localhost)-[~/Lazymux] └─# python3 lazymux.py Traceback (most recent call last): File "/root/Lazymux/lazymux.py", line 6, in from core.lzmcore import * File "/root/Lazymux/core/lzmcore.py", line 26, in cache_1 = prefix+"/tmp/lazymux_1"


TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Brabhu12345 commented 1 year ago

How to solve this error

Gameye98 commented 1 year ago

im sorry but lazymux is only support with termux environment you may face some issue and conflict because there is lot of difference of package name between kali and termux

in your issues it causes by how termux named python3 package as python by default but in kali python3 called exactly how it is, and python2 set as python by default

i recommend u to using katoolin which is specifically built for kali

https://github.com/LionSec/katoolin

Brabhu12345 commented 1 year ago

Thanks 😊👍