Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Use openvino_training_extensions to run person_vehicle_bike_detector has error

Hung__Edwin
Beginner
296 Views

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
 

0 Kudos
1 Reply
Sahira_Intel
Moderator
296 Views

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 

0 Kudos
Reply