Question: pip3 openai install issue - no space left
Hi, want to install python lib openai on my k4, but get the message: No space left on device
Collecting openai
Using cached openai-0.27.8-py3-none-any.whl (73 kB)
Collecting tqdm
Using cached tqdm-4.65.0-py3-none-any.whl (77 kB)
Requirement already satisfied: requests>=2.20 in /mnt/us/python3/lib/python3.9/site-packages (from openai) (2.26.0)
Collecting aiohttp
Using cached aiohttp-3.8.5.tar.gz (7.4 MB)
ERROR: Could not install packages due to an OSError: [Errno 28] No space left on device
WARNING: You are using pip version 21.2.4; however, version 23.2 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
using: /mnt/us/python3/bin/pip3 install openai
Free:
total used free shared buffers cached
Mem: 256112 232312 23800 0 19444 62212
-/+ buffers/cache: 150656 105456
Swap: 0 0 0
I am not a linux expert. Any suggestions? Maybe something with the temp?
thanks! Mathias
|