<?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 Re: ImportError: No module named ydk.ext.entity_utils in Tools</title>
    <link>https://community.cisco.com/t5/tools/importerror-no-module-named-ydk-ext-entity-utils/m-p/3938997#M2157</link>
    <description>&lt;P&gt;Hi&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt; &lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/422845" target="_self"&gt;&lt;SPAN class=""&gt;scoroger&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Sorry for delayed response. Somehow I missed your post.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Based on the error you have YDK installation issues (one or both):&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;1. The C++ core library was not installed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;2. The Python-3.4.1 does not have dynamic library available in the LD_LIBRARY_PATH.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;To give you exact answer I need to see more information.&lt;BR /&gt;First. Make sure the System Requirements are satisfied on your system.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Second. In your python virtual environment issue command:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;pip install -v ydk==0.8.3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Attach the console output to the post.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Good luck&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Oct 2019 04:34:57 GMT</pubDate>
    <dc:creator>yangorelik</dc:creator>
    <dc:date>2019-10-11T04:34:57Z</dc:date>
    <item>
      <title>ImportError: No module named ydk.ext.entity_utils</title>
      <link>https://community.cisco.com/t5/tools/importerror-no-module-named-ydk-ext-entity-utils/m-p/3908806#M2156</link>
      <description>&lt;P&gt;(pyats) -bash-4.2$ cat /etc/redhat-release &lt;BR /&gt;Red Hat Enterprise Linux Server release 7.6 (Maipo)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Used pip install ydk&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(pyats) scoroger@wnburcdnst-ats8 /opt/ats/scoroger/pyats: python&lt;BR /&gt;Python 3.4.1 (default, Aug 15 2019, 12:00:51) &lt;BR /&gt;[GCC 5.3.1 20160406 (Red Hat 5.3.1-6)] on linux&lt;BR /&gt;Type "help", "copyright", "credits" or "license" for more information.&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import ydk&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; from ydk.services import CRUDService&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "/opt/ats/scoroger/pyats/lib/python3.4/site-packages/ydk/services/__init__.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .codec_service import CodecService&lt;BR /&gt;File "/opt/ats/scoroger/pyats/lib/python3.4/site-packages/ydk/services/codec_service.py", line 21, in &amp;lt;module&amp;gt;&lt;BR /&gt;from ydk.entity_utils import get_data_node_from_entity as _get_data_node_from_entity&lt;BR /&gt;File "/opt/ats/scoroger/pyats/lib/python3.4/site-packages/ydk/entity_utils/__init__.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt;from ydk.ext.entity_utils import get_data_node_from_entity&lt;BR /&gt;File "/opt/ats/scoroger/pyats/lib/python3.4/site-packages/ydk/exthook.py", line 87, in load_module&lt;BR /&gt;raise ImportError('No module named %s' % fullname)&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ImportError: No module named ydk.ext.entity_utils&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 17:33:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/importerror-no-module-named-ydk-ext-entity-utils/m-p/3908806#M2156</guid>
      <dc:creator>scoroger</dc:creator>
      <dc:date>2019-08-15T17:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named ydk.ext.entity_utils</title>
      <link>https://community.cisco.com/t5/tools/importerror-no-module-named-ydk-ext-entity-utils/m-p/3938997#M2157</link>
      <description>&lt;P&gt;Hi&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt; &lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/422845" target="_self"&gt;&lt;SPAN class=""&gt;scoroger&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Sorry for delayed response. Somehow I missed your post.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Based on the error you have YDK installation issues (one or both):&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;1. The C++ core library was not installed&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;2. The Python-3.4.1 does not have dynamic library available in the LD_LIBRARY_PATH.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;To give you exact answer I need to see more information.&lt;BR /&gt;First. Make sure the System Requirements are satisfied on your system.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Second. In your python virtual environment issue command:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;pip install -v ydk==0.8.3&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Attach the console output to the post.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Cisco-Employee lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Good luck&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 04:34:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/importerror-no-module-named-ydk-ext-entity-utils/m-p/3938997#M2157</guid>
      <dc:creator>yangorelik</dc:creator>
      <dc:date>2019-10-11T04:34:57Z</dc:date>
    </item>
  </channel>
</rss>

