storage
Posted by user_3ar9d3 in discord-bots.
Wispbyte Support Request – Python Package Installation Failure Hi Wispbyte Support, I’m having an issue starting my Python Discord bot. My server is running Python 3.11.15 and currently only contains these files: main.py .env requirements.txt My requirements.txt contains: discord.py =2.4.0 python dotenv =1.0.0 aiofiles =23.0.0 asyncio throttle =1.0.0 The server successfully downloads the packages, but the installation fails with: ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device: '.local' After that, the bot crashes with: ModuleNotFoundError: No module named 'discord' The startup command is: if [[ d .git ]] && [[ "${AUTO UPDATE}" == "1" ]]; then git pull; fi; if [[ ! z "${PY PACKAGES}" ]]; then pip install U prefix .local ${PY PACKAGES}; fi; if [[ f /home/container/${REQUIREMENTS FILE} ]]; then pip install U prefix .local r ${REQUIREMENTS FILE}; fi; /usr/local/bin/python /home/container/${PY FILE} I’ve checked the file manager and there are only the three files mentioned above, so there don’t appear to be any large files taking up the storage. Could you please check whether my server’s storage allocation is full or whether there is an issue with the .local package installation directory? The packages download successfully, but the server runs out of disk space during installation. Thank you!
Replies
tirito
storage issue should be fixed by now, otherwise send your node name (FREE EU RO )