Build Error: gtts 2.2.0 for Python 3.8.2 on Windows

I dont know why it gives me this error

Failing Packages

  • gtts 2.2.0

Reasons

  • Build failures: gTTS
  • Test failures: gTTS

We’re don’t have the dependencies set up, and we’re missing a number of requirements before we can build gTTS. (From the site for gTTS)
install_requires =
six
click
requests
(We have these, but they’re not being automatically added. You could try adding them by hand.)
[options.extras_require]
tests =
pytest >= 6.1
pytest-cov
flake8
testfixtures
mock
six
(The requirement for pytest >= 6.1 can’t be met. We don’t have that version yet, but you can set it for Auto. The rest are available, and if you manually ensure they are added, the builder will start.)
You’ll also need pywin32, or the installer won’t work.

It fails on pywin32-ctypes now.
The error on pywin32-ctypes is a problem we have an open bug ticket for, and shouldn’t be happening.