Re: Further information re pip and python3 problem
Anders Munch <[email protected]> Fri, 26 Aug 2022 10:50:59 +0000
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <HE1PR0502MB30049AC5A9AE504405DEDB24B4759@HE1PR0502MB3004.eurprd05.prod.outlook.com> |
Phil wrote:
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ImportError: cannot import name 'Mapping'=
from 'collections'=20
> (/usr/lib/python3.10/collections/__init__.py)
This is what Python 3.8 has to say about that issue:
$ py -3.8 -c "from collections import Mapping"
<string>:1: DeprecationWarning: Using or importing the ABCs from 'colle=
ctions' instead of from 'collections.abc' is deprecated since Python 3.3, a=
nd in 3.10 it will stop working
One of your packages needs an upgrade to be compatible with Python 3.10.
Which one it is will probably be apparent from the rest of your traceback, =
which you didn't include.
regards, Anders
.
--=20
You received this message because you are subscribed to the Google Groups "=
wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/=
wxpython-users/HE1PR0502MB30049AC5A9AE504405DEDB24B4759%40HE1PR0502MB3004.e=
urprd05.prod.outlook.com.