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
python version indicate please.
Because some import module like collection don't work for mapping.
in python 3.10(default install version when using 3-alpine) - cannot import name 'Mapping' from 'collections'
So I suggest.
in Docker file
python:3-alpine => python:3.9-alpine
The text was updated successfully, but these errors were encountered:
python version indicate please.
Because some import module like collection don't work for mapping.
in python 3.10(default install version when using 3-alpine) - cannot import name 'Mapping' from 'collections'
So I suggest.
in Docker file
python:3-alpine => python:3.9-alpine
The text was updated successfully, but these errors were encountered: