Python encounters a problem with sending asynchronous requests

Author: The Magician, Created: 2020-12-13 16:07:05, Updated:

Our project, for some reason, needs to be written in Python, and needs to be packaged with it, but the packaging is too slow, so we're going to send out asynchronous requests using multiple threads, now the problem is in the one-key rental server, when I try to run the pip install aiohttp library in Python code, it gets an error, The directory /root/.cache/pip or its parent directory is not owned by the..., it looks like the rental server only gives user permissions, try pip install aiohttp.


More

The grassYes, the server rented through FMZ has restricted permissions, and those with custom needs need to rent it themselves

The MagicianGood, thank God.