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

Python version 3.10 breaks the application #34

Closed
chovanecadam opened this issue May 18, 2022 · 2 comments
Closed

Python version 3.10 breaks the application #34

chovanecadam opened this issue May 18, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@chovanecadam
Copy link

Hello, the application attempts to import Mapping from collections and fails to run:

ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib64/python3.10/collections/__init__.py)

This is due to a change in Python3.10:

Remove deprecated aliases to [Collections Abstract Base Classes](https://docs.python.org/3/library/collections.abc.html#collections-abstract-base-classes) from the [collections](https://docs.python.org/3/library/collections.html#module-collections) module. (Contributed by Victor Stinner in [bpo-37324](https://bugs.python.org/issue?@action=redirect&bpo=37324).)

The docker container works without any issues. Could we add this constraint about the Python version to the readme file?

@dolevf dolevf self-assigned this May 19, 2022
@dolevf dolevf added the bug Something isn't working label May 19, 2022
@dolevf
Copy link
Owner

dolevf commented May 19, 2022

Thank you for submitting this.

@dolevf
Copy link
Owner

dolevf commented May 19, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants