Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Python 3.10 #58

Open
cwe5590 opened this issue Oct 21, 2022 · 0 comments
Open

Compatibility with Python 3.10 #58

cwe5590 opened this issue Oct 21, 2022 · 0 comments

Comments

@cwe5590
Copy link

cwe5590 commented Oct 21, 2022

I was utilizing this via meltano in a python 3.10 environment. Unfortunately it's failing due to an outdated version of voluptuous.

We should bump voluptuous to the latest version where this issue has been resolved.

File "/opt/app/src/meltano/.meltano/extractors/tap-s3-csv/venv/lib/python3.10/site-packages/voluptuous/schema_builder.py", line 233, in _compile
if isinstance(schema, collections.Mapping) and len(schema):
AttributeError: module 'collections' has no attribute 'Mapping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant