i got a code on visual studio code that has "import discord" and when i ran it it gave me an error of "no module called discord" so i tried to pip install discord.py but i keep getting
"note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for aiohttp
Failed to build aiohttp
ERROR: Failed to build installable wheels for some pyproject.toml based projects (aiohttp)"
so ive tried to pip install aiohttp and it still gave me error failed building wheel for aihttp and error failed to build installable wheels for some pyproject.toml... so what i then tried is to change my python version in VS to 3.12.8 yet still the same errors, ive seen online that some recommend downgrading to 3.10 so i tried to download 3.10.16 but it downloaded in a .tar.xz which i have no idea how to install from what should i do from here???