Free Node FREE-EU-RO-17 — No space left on device while installing discord.py
Posted by user_3sum70 in discord-bots.
Hi, I’m trying to host a small Python Discord bot on a free Wispbyte server, but the server cannot finish installing the required Python packages. The install fails with: OSError: [Errno 28] No space left on device: '.local' This occurs while installing discord.py and python dotenv. My server is on node: FREE EU RO 17 My own server files are very small, so this appears to be an issue with available storage on the node rather than my bot. Could you please either: clear enough storage on FREE EU RO 17 for Python packages to install, or move my server to another free node that has available storage? The relevant console output ends with: Installing collected packages: typing extensions, python dotenv, propcache, multidict, idna, frozenlist, attrs, aiohappyeyeballs, yarl, aiosignal, aiohttp, discord.py followed by: ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '.local' Thanks.