Coder Social home page Coder Social logo

Comments (7)

konradhalas avatar konradhalas commented on July 28, 2024 2

Fixed, please try with newest version 0.0.26. Now I explicite "deploy" package on PyPI with Python 3.7 version.

from dacite.

konradhalas avatar konradhalas commented on July 28, 2024

@mvalkon thank you for reporting this issue. I have no idea what is going on, but I will check it :)

from dacite.

micah-williamson avatar micah-williamson commented on July 28, 2024

I'm having this same issue. It relates to conditional dependencies in the setup file.

PR here-

#49

from dacite.

micah-williamson avatar micah-williamson commented on July 28, 2024

Thanks for the fast response. That worked!

from dacite.

mvalkon avatar mvalkon commented on July 28, 2024

Thanks for the fix @konradhalas

from dacite.

konradhalas avatar konradhalas commented on July 28, 2024

No problem guys, it was my fault. Thank you for reporting!

from dacite.

beetree avatar beetree commented on July 28, 2024

Still having the same issue with version 1.2.0

Here's log from lambda:

Function Logs:
START RequestId: d4d174f0-60ea-474c-bcad-d865736d2fc0 Version: $LATEST
[ERROR] AttributeError: module 'typing' has no attribute '_ClassVar'
Traceback (most recent call last):
  File "/var/lang/lib/python3.8/imp.py", line 234, in load_module
    return load_source(name, filename, file)
  File "/var/lang/lib/python3.8/imp.py", line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 702, in _load
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/var/task/src/new_order/order_load_from_shopify.py", line 2, in <module>
    from lib.Order import Order
  File "/var/task/lib/Order.py", line 3, in <module>
    from dacite import from_dict
  File "/var/task/aws_packages/dacite/__init__.py", line 1, in <module>
    from dacite.config import Config
  File "/var/task/aws_packages/dacite/config.py", line 6, in <module>
    class Config:
  File "/var/task/aws_packages/dataclasses.py", line 958, in dataclass
    return wrap(_cls)
  File "/var/task/aws_packages/dataclasses.py", line 950, in wrap
    return _process_class(cls, init, repr, eq, order, unsafe_hash, frozen)
  File "/var/task/aws_packages/dataclasses.py", line 800, in _process_class
    cls_fields = [_get_field(cls, name, type)
  File "/var/task/aws_packages/dataclasses.py", line 800, in <listcomp>
    cls_fields = [_get_field(cls, name, type)
  File "/var/task/aws_packages/dataclasses.py", line 659, in _get_field
    if (_is_classvar(a_type, typing)
  File "/var/task/aws_packages/dataclasses.py", line 550, in _is_classvar
    return type(a_type) is typing._ClassVarEND RequestId: d4d174f0-60ea-474c-bcad-d865736d2fc0
REPORT RequestId: d4d174f0-60ea-474c-bcad-d865736d2fc0	Duration: 4879.35 ms	Billed Duration: 4900 ms	Memory Size: 128 MB	Max Memory Used: 30 MB	
Unknown application error occurred

from dacite.

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.