How do I run a Pygame file in an HTML site?

I have a python program using Pygame. I used pyscript to put it on the site, but I keep getting an import error:
(PY1001): Unable to install package(s) 'pygame'. Reason: Can't find a pure Python 3 Wheel for package(s) 'pygame'.See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel for more information.
Can anyone help?