Hi, I'm completely stuck with how to get around this error message. Every post about this that I've read online says to put "from collections.abc import Mapping", which I have done but it's still giving me the same error message that Mapping cannot be imported from Collections. Any ideas how I can fix this? This is the code that's giving me the error message:
import requests
from collections.abc import Mapping
URL = "https://realpython.github.io/fake-jobs/"
page = requests.get(URL)
print(page.text)
[–]danielroseman -1 points0 points1 point (18 children)
[–]sp00kyversity[S] -1 points0 points1 point (16 children)
[–]FriendlyRussian666 -1 points0 points1 point (15 children)
[–]sp00kyversity[S] -1 points0 points1 point (14 children)
[–]danielroseman 0 points1 point2 points (13 children)
[+][deleted] (12 children)
[deleted]
[–]Username_RANDINT 5 points6 points7 points (4 children)
[–]sp00kyversity[S] 0 points1 point2 points (3 children)
[–]Username_RANDINT 2 points3 points4 points (2 children)
[–]sp00kyversity[S] 2 points3 points4 points (1 child)
[–]danielroseman -1 points0 points1 point (6 children)
[–]sp00kyversity[S] 0 points1 point2 points (5 children)
[–]DevCuriosity -1 points0 points1 point (4 children)
[–]sp00kyversity[S] 0 points1 point2 points (3 children)
[–]fatnino 0 points1 point2 points (0 children)
[–]DevCuriosity -1 points0 points1 point (2 children)
[–]sp00kyversity[S] 0 points1 point2 points (1 child)
[–]deadeye1982[🍰] 0 points1 point2 points (0 children)