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

CementController #31

Open
psychomad opened this issue Dec 16, 2019 · 1 comment
Open

CementController #31

psychomad opened this issue Dec 16, 2019 · 1 comment
Labels
main:bug Bugs related to main module

Comments

@psychomad
Copy link

Installing Adhrit on Kali 2019.4 with all dependencies i have this error:

Traceback (most recent call last):
File "adhrit.py", line 17, in
from recons.smarser.parser import parser
File "/media/root/Mandalorian/codeX/Adhrit/recons/smarser/parser.py", line 4, in
from smalisca.core.smalisca_main import SmaliscaApp
File "/usr/local/lib/python3.7/dist-packages/smalisca/core/smalisca_main.py", line 39, in
from smalisca.controller.controller_base import BaseController
File "/usr/local/lib/python3.7/dist-packages/smalisca/controller/controller_base.py", line 40, in
class BaseController(controller.CementBaseController):
AttributeError: module 'cement.core.controller' has no attribute 'CementBaseController'

I was wondering the cement version was too new so i downgrade cement version from 3 to 2 and everything work.
I just wanted to share this with everyone that will install adhrit on new kali versioni (2019.4)
Regards!

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

Hi @psychomad

Thanks for reporting!
I guess cement versions are too unstable. A possible workaround I can see is a docker image, which I'm building right now. Will soon push it!

Regards!

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