<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic opencv - libprotobuf.so.12 error in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735041#M87001</link>
    <description>&lt;P&gt;Hi, I was using `opencv` as usual on devcloud but today I got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;(my_env) uxxxxxx@s001-n121:~$ python
&amp;nbsp;Python 3.6.3 |Intel Corporation| (default, Feb 12 2018, 06:37:09)
&amp;nbsp;[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
&amp;nbsp;Type "help", "copyright", "credits" or "license" for more information.
&amp;nbsp;Intel(R) Distribution for Python is brought to you by Intel Corporation.
&amp;nbsp;Please check out: https://software.intel.com/en-us/python-distribution
&amp;nbsp;&amp;gt;&amp;gt;&amp;gt; import cv2
&amp;nbsp;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp;ImportError: libprotobuf.so.12: cannot open shared object file: No such file or directory&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started a new env to see if my current env is the problem and followed the steps from this question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.intel.com/s/question/0D70P000006VnuOSAS" target="_self" alt="https://forums.intel.com/s/question/0D70P000006VnuOSAS"&gt;&lt;/A&gt;&lt;A href="https://forums.intel.com/s/question/0D70P000006VnuOSAS"&gt;https://forums.intel.com/s/question/0D70P000006VnuOSAS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and got the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;`pip install opencv-python`&lt;/P&gt;&lt;P&gt;`conda install -c anaconda opencv`&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 11:57:50 GMT</pubDate>
    <dc:creator>virtualdvid</dc:creator>
    <dc:date>2020-01-10T11:57:50Z</dc:date>
    <item>
      <title>opencv - libprotobuf.so.12 error</title>
      <link>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735041#M87001</link>
      <description>&lt;P&gt;Hi, I was using `opencv` as usual on devcloud but today I got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;CODE&gt;(my_env) uxxxxxx@s001-n121:~$ python
&amp;nbsp;Python 3.6.3 |Intel Corporation| (default, Feb 12 2018, 06:37:09)
&amp;nbsp;[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
&amp;nbsp;Type "help", "copyright", "credits" or "license" for more information.
&amp;nbsp;Intel(R) Distribution for Python is brought to you by Intel Corporation.
&amp;nbsp;Please check out: https://software.intel.com/en-us/python-distribution
&amp;nbsp;&amp;gt;&amp;gt;&amp;gt; import cv2
&amp;nbsp;Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp;ImportError: libprotobuf.so.12: cannot open shared object file: No such file or directory&lt;/CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I started a new env to see if my current env is the problem and followed the steps from this question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.intel.com/s/question/0D70P000006VnuOSAS" target="_self" alt="https://forums.intel.com/s/question/0D70P000006VnuOSAS"&gt;&lt;/A&gt;&lt;A href="https://forums.intel.com/s/question/0D70P000006VnuOSAS"&gt;https://forums.intel.com/s/question/0D70P000006VnuOSAS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and got the same result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;`pip install opencv-python`&lt;/P&gt;&lt;P&gt;`conda install -c anaconda opencv`&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 11:57:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735041#M87001</guid>
      <dc:creator>virtualdvid</dc:creator>
      <dc:date>2020-01-10T11:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: opencv - libprotobuf.so.12 error</title>
      <link>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735042#M87002</link>
      <description>&lt;P&gt;OpenCV DNN module is "opencv_dnn" (not "opencv_dnn_modern").&lt;/P&gt;&lt;P&gt;"opencv_dnn_modern" is disabled in default build of OpenCV.&lt;/P&gt;&lt;P&gt;To force custom pre-built protobuf library you need to pass these CMake variables:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;-DBUILD_PROTOBUF=OFF -DPROTOBUF_UPDATE_FILES=ON&lt;/LI&gt;&lt;LI&gt;-DProtobuf_LIBRARY=...&lt;/LI&gt;&lt;LI&gt;-DProtobuf_INCLUDE_DIR=...&lt;/LI&gt;&lt;LI&gt;-DProtobuf_PROTOC_EXECUTABLE=...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(should work fine after merging of&amp;nbsp;#10092)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lewis&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 22:35:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735042#M87002</guid>
      <dc:creator>Lewis-H</dc:creator>
      <dc:date>2020-01-10T22:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: opencv - libprotobuf.so.12 error</title>
      <link>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735043#M87003</link>
      <description>&lt;P&gt;virtualdvid, Thank you for posting in the Intel® Communities Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order for you to receive the most accurate assistance on this matter you can always visit, sign in and submit your inquiry in our Intel® Software support site:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/python-distribution"&gt;https://software.intel.com/en-us/python-distribution&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or you can also post your question in our Intel® Developer Zone for forums support for further peer to peer assistance on this topic:&lt;/P&gt;&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forum"&gt;https://software.intel.com/en-us/forum&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alberto R.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;P&gt;A Contingent Worker at Intel&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2020 00:30:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/opencv-libprotobuf-so-12-error/m-p/735043#M87003</guid>
      <dc:creator>Alberto_R_Intel</dc:creator>
      <dc:date>2020-01-11T00:30:31Z</dc:date>
    </item>
  </channel>
</rss>

