Open EslamElsaidi opened 7 years ago
pip install tabulate try this command friend and id3ilna m3ak
Not working even after this command :(
Try: python2.7 /usr/bin/pip install terminaltables python2.7 /usr/bin/pip install tabulate python2.7 /opt/xerosploit/xerosploit.py
Its working Thanks... @larry852
root@kali:~# xerosploit
Traceback (most recent call last):
File "/opt/xerosploit/xerosploit.py", line 26, in
plz.... help to solve this problem in xerosploit
help to solve this problem in xerosploit
Tell me what can I help you.
On Sun, 29 Jul 2018 09:29 marbyn, notifications@github.com wrote:
help to solve this problem in xerosploit
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LionSec/xerosploit/issues/102#issuecomment-408650243, or mute the thread https://github.com/notifications/unsubscribe-auth/AnSa5OwNCh1RYpqdmY0tkmOlNNjD-LZQks5uLTM2gaJpZM4QYZjP .
python2.7 /usr/local/bin/pip install terminaltables
l found the solution for error install xerosploit
pip install terminal tables pip install tabulate
and if you already install everything install xerosploit again and open the xerosploit enjoy the xerosploit
Alguien me puede ayudar no encuentro la solución ayuden root @ kali: ~ # xerosploit Traceback (última llamada más reciente): Archivo "/opt/xerosploit/xerosploit.py", línea 26, desde terminaltables import DoubleTable ImportError: Ningún módulo llamado terminaltables
@larry852 thk u that worked
I think you are suppose to type in Terminal “from terminaltables import DoubleTable“
hey @larry852
why No such file or directory of my file
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/usr/bin/pip': [Errno 2] No such file or directory
anyone please help me
Its because you have installed the modules for python2 but you're executing the file on python3. Do this; /usr/bin/pip3 install terminaltable /usr/bin/pip3 install tabulate
i have same problem that say .... when i write xerosploit
tracekback (most recent call last):
file "/opt/xerosploit/xerosploit.py", line 26, in
i have same problem that say .... when i write xerosploit tracekback (most recent call last): file "/opt/xerosploit/xerosploit.py", line 26, in from terminaltables import DoubleTables ImportError: no module named terminaltables
i want solve please
Traceback (most recent call last):
File "/opt/xerosploit/xerosploit.py", line 26, in
on Kali Linux 2020
Traceback (most recent call last):
File "xerosploit.py", line 26, in
Its because you have installed the modules for python2 but you're executing the file on python3. Do this; /usr/bin/pip3 install terminaltable /usr/bin/pip3 install tabulate
ERROR: Could not find a version that satisfies the requirement terminaltable (from versions: none) ERROR: No matching distribution found for terminaltable
Terminaltables at the point of this comment, supports these versions: Python 2.6, 2.7, PyPy, PyPy3, 3.3, 3.4, and 3.5 supported on Linux and OS X. Python 2.7, 3.3, 3.4, and 3.5 supported on Windows (both 32 and 64 bit versions of Python).
Try: python2.7 /usr/bin/pip install terminaltables python2.7 /usr/bin/pip install tabulate python2.7 /opt/xerosploit/xerosploit.py
Traceback (most recent call last):
File "/usr/bin/pip", line 6, in
help, please!!!!!!!!!!!
Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 26, in from terminaltables import DoubleTable
This video clears all errors https://youtu.be/_1KpQ0hYeVw
Try
Inside xerosploit.py file replace the following line as given below
from terminaltables import DoubleTable
with
from terminaltables.other_tables import DoubleTable
I faced the same problem after this the problem is solved... Thanks may this solve yours problem
el video que compartio HUNTERBUNNY303 funciona perfectamente graciass
pip install -t /usr/lib/python2.7/dist-packages/ terminaltables pip install -t /usr/lib/python2.7/dist-packages/ tabulate
I got it working with python3.8 xerosploit.py
guy stop fighting for something easy like go to this link https://chowdera.com/2021/12/202112112325476349.html
Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 26, in from terminaltables import DoubleTable
This video clears all errors https://youtu.be/_1KpQ0hYeVw
Yea this works
sudo apt install 2to3 pip3 install 2to3 sudo 2to3 -W install.py sudo python3 install.py sudo 2to3 -W xerosploit.py sudo python3 xerosploit.py
pip install terminal tables pip install tabulate
this solution worked with me but without space between termianl and table: terminaltables
Traceback (most recent call last): File "/opt/xerosploit/xerosploit.py", line 26, in
from terminaltables import DoubleTable