Skip to content

Missing dependency dataclasses-json #29

@un-def

Description

@un-def

Both 1.8.0 and 1.8.1 depend on dataclasses-json

https://github.com/DataCrunch-io/datacrunch-python/blob/a85e8d7e798803d96a47ed12e32bc2368b2bce07/datacrunch/containers/containers.py#L2

which is missing from setup.py:

https://github.com/DataCrunch-io/datacrunch-python/blob/a85e8d7e798803d96a47ed12e32bc2368b2bce07/setup.py#L20

>>> import datacrunch
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "lib/python3.12/site-packages/datacrunch/__init__.py", line 1, in <module>
    from datacrunch.datacrunch import DataCrunchClient
  File "lib/python3.12/site-packages/datacrunch/datacrunch.py", line 11, in <module>
    from datacrunch.containers.containers import ContainersService
  File "lib/python3.12/site-packages/datacrunch/containers/__init__.py", line 1, in <module>
    from .containers import (
  File "lib/python3.12/site-packages/datacrunch/containers/containers.py", line 2, in <module>
    from dataclasses_json import dataclass_json, Undefined  # type: ignore
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'dataclasses_json'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions