Advertisement
flyinggoatman

Untitled

Sep 9th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. 1@kali:~/Apps/h8mail$ pip3 install h8mail
  2. Requirement already satisfied: h8mail in /home/fly/.local/lib/python3.8/site-packages (2.5.4)
  3. Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from h8mail) (2.23.0)
  4. 1@kali:~/Apps/h8mail$ h8mail
  5. bash: h8mail: command not found
  6. 1@kali:~/Apps/h8mail$ h8mail -h
  7. bash: h8mail: command not found
  8. 1@kali:~/Apps/h8mail$ pip3 h8mail
  9. ERROR: unknown command "h8mail"
  10. 1@kali:~/Apps/h8mail$ python3 h8mail
  11. Traceback (most recent call last):
  12. File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
  13. return _run_code(code, main_globals, None,
  14. File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
  15. exec(code, run_globals)
  16. File "h8mail/__main__.py", line 2, in <module>
  17. from .utils.run import main
  18. ImportError: attempted relative import with no known parent package
  19. 1@kali:~/Apps/h8mail$
  20.  
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement