- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use openvino_training_extensions (https://github.com/opencv/openvino_training_extensions)
Run /tensorflow_toolkit/person_vehicle_bike_detector/
And follow website command
I command pip3 install -r requirements.txt has error as below
(pvb)a1@a1-desktop:~/openvino_training_extensions/tensorflow_toolkit/person_vehicle_bike_detector$ pip3 install -r requirements.txt
Collecting absl-py==0.7.1
Using cached https://files.pythonhosted.org/packages/da/3f/9b0355080b81b15ba6a9ffcf1f5ea39e307a2778b2f2dc8694724e8abd5b/absl-py-0.7.1.tar.gz
Collecting tensorflow==1.13.1
Using cached https://files.pythonhosted.org/packages/ca/f2/0931c194bb98398017d52c94ee30e5e1a4082ab6af76e204856ff1fdb33e/tensorflow-1.13.1-cp35-cp35m-manylinux1_x86_64.whl
Collecting tensorboard==1.13.1
Using cached https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/tensorboard-1.13.1-py3-none-any.whl
Collecting tensorflow-gpu==1.13.1
Using cached https://files.pythonhosted.org/packages/ce/e4/be6d7d17d727b0d2e10d30a87de4e56b8661075eccb8032a8aa5cc84c300/tensorflow_gpu-1.13.1-cp35-cp35m-manylinux1_x86_64.whl
ERROR: Could not install packages due to an EnvironmentError: [Errno 28] No space left on device
What is that mean
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Edwin,
Pip uses the temp directory to do the install, and it looks like there's no space left in you /tmp directory. You can clean up your /tmp directory or use the environment variable TMPDIR to specify which temp directory to use during the installation.
I hope this is helpful!
Best,
Sahira

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page