fkie-cad / friTap

The goal of this project is to help researchers to analyze traffic encapsulated in SSL or TLS.
GNU General Public License v3.0
253 stars 26 forks source link

error after start importlib_resources #11

Closed AlreadyNobody closed 4 months ago

AlreadyNobody commented 1 year ago

Traceback (most recent call last): File "d:\python\python_original\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "d:\python\python_original\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\python\python_original\Scripts\friTap.exe__main__.py", line 4, in File "d:\python\python_original\lib\site-packages\friTap\friTap.py", line 16, in import friTap.pcap as pcap File "d:\python\python_original\lib\site-packages\friTap\pcap.py", line 16, in import friTap.android as android File "d:\python\python_original\lib\site-packages\friTap\android.py", line 14, in from importlib_resources import files ModuleNotFoundError: No module named 'importlib_resources'

Android-Unknown commented 12 months ago

@AlreadyNobody pip install importlib-resources

monkeywave commented 4 months ago

With the latest release (1.1.0.1) this is integrated into the requirements.txt.