bitbrute / evillimiter

Tool that monitors, analyzes and limits the bandwidth of devices on the local network without administrative access.
MIT License
1.58k stars 316 forks source link

Can't run evillimiter ? #120

Open HamzaGbada opened 2 years ago

HamzaGbada commented 2 years ago

I am using Manjaro Linux after the last update I can't run it anymore. I think the problem is due to python version (3.10). Does anyone have a solution!

Traceback (most recent call last):
  File "/usr/bin/evillimiter", line 33, in <module>
    sys.exit(load_entry_point('evillimiter==1.5.0', 'console_scripts', 'evillimiter')())
  File "/usr/bin/evillimiter", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 919, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for evillimiter
Balhech commented 2 years ago

hi! No response to this? I have the same problem here!

Thanks!

HamzaGbada commented 2 years ago

Yes, there was no response! However, I recently discovered that this issue may be caused by Python3.10 (I was working on Pycharm and encountered a similar issue when building a virtual environment), so I downgraded Python3.10 to Python3.8, which resolved the problem.

Balhech commented 2 years ago

Yes, there was no response! However, I recently discovered that this issue may be caused by Python3.10 (I was working on Pycharm and encountered a similar issue when building a virtual environment), so I downgraded Python3.10 to Python3.8, which resolved the problem.

I'll try your option, thanks for your reply!