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

missing dependency #21

Open
MursalRepo opened this issue Feb 13, 2019 · 1 comment · May be fixed by #25
Open

missing dependency #21

MursalRepo opened this issue Feb 13, 2019 · 1 comment · May be fixed by #25

Comments

@MursalRepo
Copy link

Collecting yajl-py==2.1.2 (from -r requirements.txt (line 9))
Downloading https://files.pythonhosted.org/packages/db/a8/01f4ef8eb17f04bef147b1be88975f86c845a78368c33f984e39f5cdaa37/yajl-py-2.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-42kb38vt/yajl-py/setup.py", line 4, in
from yajl import version as version
File "/tmp/pip-install-42kb38vt/yajl-py/yajl/init.py", line 18, in
from .yajl_parse import (
File "/tmp/pip-install-42kb38vt/yajl-py/yajl/yajl_parse.py", line 6, in
import six
ModuleNotFoundError: No module named 'six'

@genchev99
Copy link

genchev99 commented Dec 11, 2023

This is how I was able to fix it: #25. Probably there is a better way 🤷‍♂️.

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

Successfully merging a pull request may close this issue.

2 participants