Skip to content

Broken aiohttp-session. - #1

Open
apodtele wants to merge 1 commit into
mainfrom
aiohttp-session
Open

Broken aiohttp-session.#1
apodtele wants to merge 1 commit into
mainfrom
aiohttp-session

Conversation

@apodtele

@apodtele apodtele commented Aug 1, 2026

Copy link
Copy Markdown
Owner

This package is grossly outdated and incompatible with python>3.9. For example,

File "/.conda/envs/matlab_AP/lib/python3.11/site-packages/aiohttp_session/init.py", line 4, in
from collections import MutableMapping
ImportError: cannot import name 'MutableMapping' from 'collections' (
/.conda/envs/matlab_AP/lib/python3.11/collections/init.py)

In modern python, s/collections/collections.abc/. Please upgrade the package.

Template selection

Please go to the "Preview" tab and select the appropriate template:

This package is grossly outdated and incompatible with python>3.9. For example,

  File "~/.conda/envs/matlab_AP/lib/python3.11/site-packages/aiohttp_session/__init__.py", line 4, in <module>
    from collections import MutableMapping
  ImportError: cannot import name 'MutableMapping' from 'collections' (~/.conda/envs/matlab_AP/lib/python3.11/collections/__init__.py)

In modern python, s/collections/collections.abc/. Please upgrade the package.
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

Successfully merging this pull request may close these issues.

1 participant