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 after start importlib_resources #11

Closed
AlreadyNobody opened this issue Jul 14, 2023 · 2 comments
Closed

error after start importlib_resources #11

AlreadyNobody opened this issue Jul 14, 2023 · 2 comments

Comments

@AlreadyNobody
Copy link

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
Copy link

@AlreadyNobody
pip install importlib-resources

@monkeywave
Copy link
Collaborator

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

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

3 participants