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.

Cannot uninstall 'PyYAML'

nnain1
New Contributor I
1,847 Views

I have installed OpenVino and trying to run demo.

When I run the command as

./demo_security_barrier_camera.sh -d GPU

 

I have errors as

ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

I have installed latest Openvino version.

How can I solve the issue so that I can run demo?

0 Kudos
2 Replies
Syamimi_Intel
Moderator
1,823 Views

Hi Nyan Naing,

Thank you for reaching out.This error occurs because pip attempts to uninstall PyYAML before it updates and reinstalls. This error can be solve by run the following command:

pip install --ignore-installed PyYAML

 

 

Regards,

Syamimi


0 Kudos
Syamimi_Intel
Moderator
1,787 Views

Hi Nyan Naing,

This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.



Regards,

Syamimi


0 Kudos
Reply