You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
After I did pip install smalisca and run smalisca, it shows:
py36 tmp smalisca --help Traceback (most recent call last): File "/Users/hoangdang/anaconda2/envs/py36/bin/smalisca", line 34, in <module> from smalisca.core.smalisca_main import SmaliscaApp, smalisca_signal_handler File "/Users/hoangdang/anaconda2/envs/py36/lib/python3.6/site-packages/smalisca/core/smalisca_main.py", line 39, in <module> from smalisca.controller.controller_base import BaseController File "/Users/hoangdang/anaconda2/envs/py36/lib/python3.6/site-packages/smalisca/controller/controller_base.py", line 40, in <module> class BaseController(controller.CementBaseController): AttributeError: module 'cement.core.controller' has no attribute 'CementBaseController'
The text was updated successfully, but these errors were encountered:
Python version: 3.6 (anaconda)
After I did
pip install smalisca
and runsmalisca
, it shows:py36 tmp smalisca --help Traceback (most recent call last): File "/Users/hoangdang/anaconda2/envs/py36/bin/smalisca", line 34, in <module> from smalisca.core.smalisca_main import SmaliscaApp, smalisca_signal_handler File "/Users/hoangdang/anaconda2/envs/py36/lib/python3.6/site-packages/smalisca/core/smalisca_main.py", line 39, in <module> from smalisca.controller.controller_base import BaseController File "/Users/hoangdang/anaconda2/envs/py36/lib/python3.6/site-packages/smalisca/controller/controller_base.py", line 40, in <module> class BaseController(controller.CementBaseController): AttributeError: module 'cement.core.controller' has no attribute 'CementBaseController'
The text was updated successfully, but these errors were encountered: