<?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: Need help on installing YDK 0.8.3 and its dependent libs. in Tools</title>
    <link>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3926967#M2153</link>
    <description>&lt;P&gt;Could you please attach installation log file, which shows the error.&lt;/P&gt;
&lt;P&gt;Also need to see setting for the LD_LIBRARY_PATH variable. It must include paths where the libssh.a and libydk.a are installed.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yan&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 13:55:42 GMT</pubDate>
    <dc:creator>ygorelik</dc:creator>
    <dc:date>2019-09-19T13:55:42Z</dc:date>
    <item>
      <title>Need help on installing YDK 0.8.3 and its dependent libs.</title>
      <link>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3925402#M2150</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a virtual environment and tried to install YDK 0.8.3, error observed in&amp;nbsp;building wheel for ydk,&lt;/P&gt;
&lt;P&gt;Attached text with detailed error report and current pip list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please guide on installing YDK and its dependent libs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Added system/pkg info for reference,&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;root@theneer mgbl]# lsb_release -a&lt;BR /&gt;LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch&lt;BR /&gt;Distributor ID: CentOS&lt;BR /&gt;Description: CentOS Linux release 7.4.1708 (Core) &lt;BR /&gt;Release: 7.4.1708&lt;BR /&gt;Codename: Core&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;python --version&lt;BR /&gt;Python 3.5.0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(gnmiydk) [root@theneer mgbl]# yum info cmake&lt;BR /&gt;Available Packages&lt;BR /&gt;Name : cmake&lt;BR /&gt;Arch : x86_64&lt;BR /&gt;Version : 2.8.12.2&lt;BR /&gt;Release : 2.el7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Required package list:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ydk 0.8.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ydk-models-cisco-ios-xr 6.5.1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ydk-models-cisco-thinxr-install 6.5.1 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ydk-models-ietf 0.1.5.post2 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ydk-models-openconfig 0.1.2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kousalya&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 07:26:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3925402#M2150</guid>
      <dc:creator>kmathiya</dc:creator>
      <dc:date>2019-09-17T07:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on installing YDK 0.8.3 and its dependent libs.</title>
      <link>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3925748#M2151</link>
      <description>&lt;P&gt;Hi Kousalya&lt;/P&gt;
&lt;P&gt;You missed the whole &lt;A href="http://ydk.cisco.com/py/docs/getting_started.html#centos-fedora-based" target="_self"&gt;System Requirements&lt;/A&gt; section. Please get to that item in the documentation and resolve all the dependencies.&lt;/P&gt;
&lt;P&gt;First, you need to install &lt;STRONG&gt;&lt;EM&gt;libssh&lt;/EM&gt; &lt;/STRONG&gt;version 0.7.x. If installed, check that &lt;EM&gt;&lt;STRONG&gt;libssh_threads.a&lt;/STRONG&gt;&lt;/EM&gt; is also present. If present, check that &lt;EM&gt;&lt;STRONG&gt;LD_LIBRARY_PATH&lt;/STRONG&gt;&lt;/EM&gt; environment is set properly and includes corresponding library location. if &lt;EM&gt;&lt;STRONG&gt;libssh&lt;/STRONG&gt; &lt;/EM&gt;is not installed, follow &lt;A href="https://github.com/CiscoDevNet/ydk-gen#libssh-installation" target="_self"&gt;this&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Second, install &lt;EM&gt;&lt;STRONG&gt;libydk&lt;/STRONG&gt; &lt;/EM&gt;- C++ core library:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="n"&gt;sudo&lt;/SPAN&gt; &lt;SPAN class="n"&gt;yum&lt;/SPAN&gt; &lt;SPAN class="n"&gt;install&lt;/SPAN&gt; &lt;SPAN class="n"&gt;https&lt;/SPAN&gt;&lt;SPAN class="p"&gt;:&lt;/SPAN&gt;&lt;SPAN class="o"&gt;//&lt;/SPAN&gt;&lt;SPAN class="n"&gt;devhub&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;cisco&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;com&lt;/SPAN&gt;&lt;SPAN class="o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="n"&gt;artifactory&lt;/SPAN&gt;&lt;SPAN class="o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="n"&gt;rpm&lt;/SPAN&gt;&lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;ydk&lt;/SPAN&gt;&lt;SPAN class="o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="mf"&gt;0.8&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="mi"&gt;3&lt;/SPAN&gt;&lt;SPAN class="o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="n"&gt;libydk&lt;/SPAN&gt;&lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="mf"&gt;0.8&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="mi"&gt;3&lt;/SPAN&gt;&lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="mf"&gt;1.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;x86_64&lt;/SPAN&gt;&lt;SPAN class="o"&gt;.&lt;/SPAN&gt;&lt;SPAN class="n"&gt;rpm&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;And finally install Python core package:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="n"&gt;pip&lt;/SPAN&gt; &lt;SPAN class="n"&gt;install&lt;/SPAN&gt; -Uv &lt;SPAN class="n"&gt;ydk&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Test installation:&lt;/P&gt;
&lt;PRE&gt;python -c &lt;SPAN class="s2"&gt;"import ydk.types"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Good luck!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 16:06:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3925748#M2151</guid>
      <dc:creator>ygorelik</dc:creator>
      <dc:date>2019-09-17T16:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on installing YDK 0.8.3 and its dependent libs.</title>
      <link>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3926891#M2152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Yan Gorelik,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the information shared.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;YDK Installation still erroring out despite following all steps mentioned in &lt;A href="http://ydk.cisco.com/py/docs/getting_started.html#centos-fedora-based" target="_blank" rel="noopener"&gt;System Requirements&lt;/A&gt;&lt;SPAN&gt; section.&amp;nbsp;&lt;/SPAN&gt;Added version detail in the attachment for reference(system_requirement.txt).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VENV tried with python 3.5.0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me to resolve the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Kousalya&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:09:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3926891#M2152</guid>
      <dc:creator>kmathiya</dc:creator>
      <dc:date>2019-09-19T12:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on installing YDK 0.8.3 and its dependent libs.</title>
      <link>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3926967#M2153</link>
      <description>&lt;P&gt;Could you please attach installation log file, which shows the error.&lt;/P&gt;
&lt;P&gt;Also need to see setting for the LD_LIBRARY_PATH variable. It must include paths where the libssh.a and libydk.a are installed.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Yan&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 13:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/need-help-on-installing-ydk-0-8-3-and-its-dependent-libs/m-p/3926967#M2153</guid>
      <dc:creator>ygorelik</dc:creator>
      <dc:date>2019-09-19T13:55:42Z</dc:date>
    </item>
  </channel>
</rss>

