pytest-dev / pytest-cov

Coverage plugin for pytest.
MIT License
1.72k stars 211 forks source link

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

Open amoongeese opened 3 years ago

amoongeese commented 3 years ago

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

Kushan7 commented 2 years ago

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

Tsotne1998 commented 2 years ago

@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?

Kushan7 commented 2 years ago

@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

deeq21 commented 2 years ago

I need help please