Python packages aren't installing properly

Hey guys, I have a python project, and whenever I click install on packages (most recent being asyncio and aiofiles), in a blue box in the bottom right it says “Installed ” but does not actually install it. Any idea how to fix this?
image

go the shell and type pip install aiofiles

4 Likes

I think you can use import in your code and it’ll automatically install itself too

3 Likes

True, but only if replit sees it, and sometimes it will install the wrong package all together. (I know this happens with variants of discord.py at least)