Giter Site home page Giter Site logo

Comments (3)

Peilonrayz avatar Peilonrayz commented on June 16, 2024

What's the error?

from dataclasses-json.

denisvlah avatar denisvlah commented on June 16, 2024

What's the error?

/home/denisvlah/anaconda3/lib/python3.7/site-packages/dataclasses_json/mm.py:70: UserWarning: Unknown type <enum 'NodeType'> at Node.type: <enum 'NodeType'> It's advised to pass the correct marshmallow type to mm_field.
warnings.warn(f"Unknown type {type_} at {cls.name}.{field.name}: {field.type} "
Traceback (most recent call last):
File "/home/denisvlah/Desktop/Forcive_Ingestion/lzilla/forcive_ml_py/json_test.py", line 20, in
print(Node.schema().dump(o))
File "/home/denisvlah/anaconda3/lib/python3.7/site-packages/dataclasses_json/api.py", line 76, in schema
Schema = build_schema(cls, DataClassJsonMixin, infer_missing, partial)
File "/home/denisvlah/anaconda3/lib/python3.7/site-packages/dataclasses_json/mm.py", line 113, in build_schema
schema_ = schema(cls, mixin, infer_missing)
File "/home/denisvlah/anaconda3/lib/python3.7/site-packages/dataclasses_json/mm.py", line 98, in schema
t = build_type(type_, options, mixin, field, cls)
File "/home/denisvlah/anaconda3/lib/python3.7/site-packages/dataclasses_json/mm.py", line 73, in build_type
return inner(type_, options)
File "/home/denisvlah/anaconda3/lib/python3.7/site-packages/dataclasses_json/mm.py", line 72, in inner
return field.Field(**options)
AttributeError: 'Field' object has no attribute 'Field'

from dataclasses-json.

lidatong avatar lidatong commented on June 16, 2024

Closing due to fix thanks to @FaraSeer

from dataclasses-json.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.