pytest-cov icon indicating copy to clipboard operation
pytest-cov copied to clipboard

FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'

Open amoongeese opened this issue 3 years ago • 4 comments

Im trying to download StormBreaker and this error pops up evry time i try to use the command "sudo python3 Storm-Breaker.py": Traceback (most recent call last): File "/home/kali/Storm-Breaker/Storm-Breaker.py", line 36, in banner.banner() File "/home/kali/Storm-Breaker/modules/banner.py", line 10, in banner Popen('neofetch') File "/usr/lib/python3.9/subprocess.py", line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'neofetch' The same error appeared with pyngrok so i just typed "pip install pyngrok" and it worked. After that this appeared. My requirements are: pyngrok colorama requests

amoongeese avatar Aug 04 '21 14:08 amoongeese

Use this command to install neofetch sudo apt install neofetch The error will be solved :+1:

Kushan7 avatar Nov 03 '21 21:11 Kushan7

@Kushan7 i used that command and i got this E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. can u help me?

Tsotne1998 avatar Jan 19 '22 09:01 Tsotne1998

@Kushan7 i used that command and i got this E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. can u help me?

so did sudo dpkg --configure -a this worked for you? if not what error did it showed up

Kushan7 avatar Jan 19 '22 14:01 Kushan7

I need help please

deeq21 avatar May 03 '22 16:05 deeq21