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

Error execution #27

Closed
tXambe opened this issue Apr 21, 2022 · 1 comment
Closed

Error execution #27

tXambe opened this issue Apr 21, 2022 · 1 comment

Comments

@tXambe
Copy link

tXambe commented Apr 21, 2022

Hello,

when I run mitm6 don't work, I have this error:

Traceback (most recent call last):
  File "/usr/bin/mitm6", line 33, in <module>
    sys.exit(load_entry_point('mitm6==0.3.0', 'console_scripts', 'mitm6')())
  File "/usr/bin/mitm6", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 542, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 196, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: mitm6

I have installed the requirements, my version of Python 3.9.12 and Linux 5.16.0-kali7-amd64 #1 SMP PREEMPT Debian 5.16.18-1k

A greeting anf thanks

@dirkjanm
Copy link
Owner

Please try to run this in a virtualenv, this is not an issue with mitm6 but probably some issue with your local installation that I can't help with debugging.

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

2 participants