You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the aws_encryption_sdk in a project with mypy produces this error:
error: Skipping analyzing "aws_encryption_sdk": module is installed, but missing library stubs or py.typed marker
Solution:
I attempted to simply add the py.typed marker file to my virtualenv and it seems not as simple, a lot of other incompatibilities.
Maybe stubs or .pyi could be provided
Thank you very much!
The text was updated successfully, but these errors were encountered:
lindycoder
changed the title
Feature request: Add support typing / mypy
Feature request: Add support for typing with mypy
Feb 21, 2023
Problem:
Using the aws_encryption_sdk in a project with mypy produces this error:
Solution:
I attempted to simply add the py.typed marker file to my virtualenv and it seems not as simple, a lot of other incompatibilities.
Maybe stubs or .pyi could be provided
Thank you very much!
The text was updated successfully, but these errors were encountered: