Build Error: asyncio 3.4.3 for Python 3.9.7 on Windows

Looking for help with this package that is failing to build in my project.

Runtime Details

  • ActiveState
  • Language - python 3.9.7
  • Platform - Windows

Failing Packages

  • asyncio 3.4.3

asyncio is built into the python core for python greater than 3.3.
See : asyncio · PyPI
This version is only relevant for Python 3.3, which does not include asyncio in its stdlib.
We will be restricting this version from being included in python greater than 3.3.

So just remove this package from your build, it will still be in the python core.

Ahh, it’s being pulled in as a dependency, we’ll need to fix that.

Fixed, Have a great day.