0

I've been trying to instsall pgzero library for python, but however it keeps giving me an error: "unable to find vcvarsall.bat " I have been searching over StackOverflow, it shows up how to fix it for 2017 version by installing Microsoft building tools, i did download them, but it is still not installing. Is there any suggestion on how to solve the problem? I have a pip I simply have written

pip install pgzero

picture with an error

  • Please don't post screenshots - especially unreadable ones. Copy/Paste the terminal output into your question as text. See [ask]. – AcK Feb 11 '23 at 12:02
  • Alriight, thanks for telling me, Its pretty much the same where my arrow is pointing, Unable to find vcvarsall.bat. – Aleksandra Milicevic Feb 11 '23 at 12:06
  • [Please do not upload images of code/data/errors.](//meta.stackoverflow.com/q/285551) – Rabbid76 Feb 11 '23 at 14:52

1 Answers1

0

For me this command worked, first install pygame like this:

pip install pygame --pre

then install pgzero

pip install pgzero --pre