-1

While running a script that install openvino dependencies, I got the following yum error:

There are no enabled repos. Run yum repolist all to see the repos you have. You can enable repos with yum-config-manager --enable <repo>

I found on google and tried the following command, but I still have the same error:

sudo yum-config-manager --enable \*

I do this on a raspberry pi with: Raspbian GNU/Linux 10 (buster)

Romeo Ninov
  • 6,538
  • 1
  • 22
  • 31
pinbu
  • 5
  • 2
  • Try to add a backslash: `--enable Enable the specified repos (automatically saves). To enable all repositories run "yum-config-manager --enable \*" ` – mashuptwice Jul 21 '22 at 20:02

1 Answers1

-2

Installing OpenVINO™ toolkit for Raspbian OS does not require to run the install_openvino_dependencies.sh script to install OpenVINO™ dependencies.

Peh_Intel
  • 67
  • 4