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 'quark' #1

Open
onemoreflag opened this issue Nov 25, 2020 · 0 comments
Open

No module named 'quark' #1

onemoreflag opened this issue Nov 25, 2020 · 0 comments

Comments

@onemoreflag
Copy link

Traceback (most recent call last):
File "start.py", line 14, in
from model.android_sample_model import AndroidSampleModel
File "\quark-rule-generate\model\android_sample_model.py", line 2, in
from quark.Objects.quark import Quark
ModuleNotFoundError: No module named 'quark'

Although I did all the steps
$ git clone https://github.com/quark-engine/quark-rule-generate.git; cd quark-rule-generate/
$ pipenv install --skip-lock
$ pipenv shell
$ git submodule init
$ git submodule update --remote; cd quark-engine/
$ python setup.py install; cd ..

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

1 participant