Skip to content
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

AttributeError: module 'term' has no attribute 'clear' #3

Closed
changtraisitinh opened this issue Jun 15, 2019 · 11 comments
Closed

AttributeError: module 'term' has no attribute 'clear' #3

changtraisitinh opened this issue Jun 15, 2019 · 11 comments

Comments

@changtraisitinh
Copy link

pls help me?

root@kali:/Tools/Zydra# pip3 install py-term
Requirement already satisfied: py-term in /usr/local/lib/python3.7/dist-packages (0.6)
root@kali:
/Tools/Zydra# python3 Zydra.py -h
Traceback (most recent call last):
File "Zydra.py", line 675, in
cracker = Zydra()
File "Zydra.py", line 26, in init
self.banner()
File "Zydra.py", line 581, in banner
term.clear()
AttributeError: module 'term' has no attribute 'clear'

@hamedA2
Copy link
Owner

hamedA2 commented Jun 15, 2019

pls help me?

root@kali:/Tools/Zydra# pip3 install py-term Requirement already satisfied: py-term in /usr/local/lib/python3.7/dist-packages (0.6) root@kali:/Tools/Zydra# python3 Zydra.py -h
Traceback (most recent call last):
File "Zydra.py", line 675, in
cracker = Zydra()
File "Zydra.py", line 26, in init
self.banner()
File "Zydra.py", line 581, in banner
term.clear()
AttributeError: module 'term' has no attribute 'clear'

Hi, Just uninstall the term module. Because the py-term module is inconsistent with term module(you've installed both of them).
Run the following command on your terminal:
root@kali:~# pip3 uninstall term

@changtraisitinh
Copy link
Author

it worked, thank you

@vinay-1729
Copy link

Bro i tried uninstalling term
but i showing this error
zydra.py:301: SyntaxWarning: "is" with a literal. Did you mean "=="?
if self.file_type is "rar":
Traceback (most recent call last):
File "zydra.py", line 13, in
import term # py-term
ModuleNotFoundError: No module named 'term'

@vinay-1729
Copy link

it worked, thank you

Could you please help me

@VAggrippino
Copy link

I ran into this same problem today. Would you consider adding a requirements.txt file to the repo?

@Cissoko420
Copy link

Bro i tried uninstalling term
but i showing this error
zydra.py:301: SyntaxWarning: "is" with a literal. Did you mean "=="?
if self.file_type is "rar":
Traceback (most recent call last):
File "zydra.py", line 13, in
import term # py-term
ModuleNotFoundError: No module named 'term'

Hey had the same issue today, uninstall term and then install py-term.
Solved it for me. Hope I helped.

@Pabsb
Copy link

Pabsb commented Nov 7, 2020

How do I uninstall term?
doing sudo apt-get remove term doesn't find any package named term

@vinay-1729
Copy link

vinay-1729 commented Nov 7, 2020 via email

@Anonymous2716
Copy link

How do I uninstall term? doing sudo apt-get remove term doesn't find any package named term

pip uninstall term

@BillyBrown237
Copy link

zydra.py:301: SyntaxWarning: "is" with a literal. Did you mean "=="?
if self.file_type is "rar":
Traceback (most recent call last):
File "zydra.py", line 11, in
from termcolor import cprint, colored
ModuleNotFoundError: No module named 'termcolor'

I get this Error ,please coul you help me ?

@Cissoko420
Copy link

zydra.py:301: SyntaxWarning: "is" with a literal. Did you mean "=="? if self.file_type is "rar": Traceback (most recent call last): File "zydra.py", line 11, in from termcolor import cprint, colored ModuleNotFoundError: No module named 'termcolor'

I get this Error ,please coul you help me ?

“No module named 'termcolor'”
Just - pip3 install termcolor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants