yajl-py icon indicating copy to clipboard operation
yajl-py copied to clipboard

missing dependency

Open MursalRepo opened this issue 6 years ago • 1 comments

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'

MursalRepo avatar Feb 13 '19 11:02 MursalRepo

This is how I was able to fix it: https://github.com/pykler/yajl-py/pull/25. Probably there is a better way :man_shrugging:.

genchev99 avatar Dec 11 '23 16:12 genchev99