As I get to the later levels, I keep running into errors with certain parameters (not sure if that's the right lingo) listed in the "requirements" folder, despite following the pip install step exactly. The only error that appears when running the pip install is for "pygame" which some light research suggests that the newest versions of Python are not yet compatible with pygame. But all of the "requirements" are causing issues once I reach levels 3-5 that require them (I had to delete lines that included "rich" in levels 0-2 because of this problem, but those lessons were still completable without it). Is this possibly a result of me using a version of Python that's almost a year newer than when this lesson was created, or did I make some mistake that isn't obvious?
As I get to the later levels, I keep running into errors with certain parameters (not sure if that's the right lingo) listed in the "requirements" folder, despite following the pip install step exactly. The only error that appears when running the pip install is for "pygame" which some light research suggests that the newest versions of Python are not yet compatible with pygame. But all of the "requirements" are causing issues once I reach levels 3-5 that require them (I had to delete lines that included "rich" in levels 0-2 because of this problem, but those lessons were still completable without it). Is this possibly a result of me using a version of Python that's almost a year newer than when this lesson was created, or did I make some mistake that isn't obvious?