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

No module named 'smalisca' error in parser.py #32

Open
bk-rao opened this issue Dec 19, 2019 · 2 comments
Open

No module named 'smalisca' error in parser.py #32

bk-rao opened this issue Dec 19, 2019 · 2 comments
Labels
main:bug Bugs related to main module

Comments

@bk-rao
Copy link

bk-rao commented Dec 19, 2019

I am not able to run the main project and I am getting an error in parser.py that a module is not present and all dependencies mentioned in installer.py are installed on my OS. I think these folders are missing.

Error:
Traceback (most recent call last):
File "adhrit.py", line 17, in
from recons.smarser.parser import parser
File "/root/Downloads/Android Pentest Setup/Main Tools/Adhrit/recons/smarser/parser.py", line 4, in
from smalisca.core.smalisca_main import SmaliscaApp
ModuleNotFoundError: No module named 'smalisca'

To Reproduce
'python3 adhrit.py -help' or 'python3 adhrit.py' both times I am getting error

OS: Kali Linux 2019.4
Kali Linux is installed in vmware.

adhrit_error

@abhi-r3v0 abhi-r3v0 added the main:bug Bugs related to main module label Dec 23, 2019
@abhi-r3v0
Copy link
Owner

Hi @bk-rao,

Thanks for reporting! I initially thought the smalisca installation errors were specific to my machine. I think dockerizing might help. Will push an update soon.

Regards

@bk-rao
Copy link
Author

bk-rao commented Dec 30, 2019

I was able to solve it in my machine. Problem lies in latest versions of python and it modules. Reducing them works similar to the previous cement controller issue. I think docker is the best thing to go forward. Thank You

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
main:bug Bugs related to main module
Projects
None yet
Development

No branches or pull requests

2 participants