<?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: VScode  pipenv install ydk -----fail in Tools</title>
    <link>https://community.cisco.com/t5/tools/vscode-pipenv-install-ydk-fail/m-p/4387218#M1224</link>
    <description>&lt;P&gt;Hi Jacky&lt;/P&gt;&lt;P&gt;At this point for Windows platform I can advise you to install and use pure Python old version of YDK, which is 0.5.5. It is available on pypi.org, just need to specify version like this:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;pipenv install ydk==0.5.5&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;If that is something to consider, I would suggest better to get the latest version of that release from GitHub.&lt;/P&gt;&lt;PRE&gt;git clone &lt;A href="https://github.com/xulleon/ydk-gen.git" target="_blank"&gt;https://github.com/xulleon/ydk-gen.git&lt;/A&gt;&amp;nbsp;-b 0.5.5.post2&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;The latest versions of YDK (I mean 0.8.x and above) are C++ based and require core libraries installation prior to Python package installation. At this point they are not supported on Windows platform due to the binary dependencies.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Apr 2021 02:47:11 GMT</pubDate>
    <dc:creator>yangorelik</dc:creator>
    <dc:date>2021-04-15T02:47:11Z</dc:date>
    <item>
      <title>VScode  pipenv install ydk -----fail</title>
      <link>https://community.cisco.com/t5/tools/vscode-pipenv-install-ydk-fail/m-p/4320510#M1223</link>
      <description>&lt;P&gt;Hi Boss,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to pipenv install ydk in vscode but result is fail.&amp;nbsp; &amp;nbsp;It is difficut for me to understand error log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you give me some advice and suggestion ?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciate!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS C:\Jacky Data\Projects\Project\Devnetcoding&amp;gt; &lt;FONT color="#FF0000"&gt;pipenv install ydk&lt;/FONT&gt;&lt;BR /&gt;Installing ydk...&lt;BR /&gt;Error: An error occurred while installing ydk!&lt;BR /&gt;Error text: Collecting ydk&lt;BR /&gt;Using cached ydk-0.8.4.tar.gz (33 kB)&lt;BR /&gt;Requirement already satisfied: pybind11&amp;gt;=2.1.1 in c:\users\lznwfy\.virtualenvs\devnetcoding--tgwlxxm\lib\site-packages (from ydk-&amp;gt;-r c:\users\lznwfy\appdata\local\temp\pipenv-8d9fxjcl-requirements\pipenv-w967bgdc-requirement.txt (line 1)) (2.6.2)&lt;BR /&gt;Building wheels for collected packages: ydk&lt;BR /&gt;Building wheel for ydk (setup.py): started&lt;BR /&gt;Building wheel for ydk (setup.py): finished with status 'error'&lt;BR /&gt;Running setup.py clean for ydk&lt;BR /&gt;Failed to build ydk&lt;BR /&gt;Installing collected packages: ydk&lt;BR /&gt;Running setup.py install for ydk: started&lt;BR /&gt;Running setup.py install for ydk: finished with status 'error'&lt;/P&gt;&lt;P&gt;ERROR: Command errored out with exit status 1:&lt;BR /&gt;command: 'C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] =&lt;BR /&gt;'"'"'C:\\Users\\lznwfy\\AppData\\Local\\Temp\\pip-install-cdi4c8tp\\ydk_0e3aeb513d13451d82b850bbb756b8f5\\setup.py'"'"'; __file__='"'"'C:\\Users\\lznwfy\\AppData\\Local\\Temp\\pip-install-cdi4c8tp\\ydk_0e3aeb513d13451d82b850bbb756b8f5\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\lznwfy\AppData\Local\Temp\pip-wheel-sm9qpovy'&lt;BR /&gt;cwd: C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\&lt;BR /&gt;Complete output (88 lines):&lt;BR /&gt;running bdist_wheel&lt;BR /&gt;running build&lt;BR /&gt;running build_py&lt;BR /&gt;creating build&lt;BR /&gt;creating build\lib.win-amd64-3.8&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk&lt;BR /&gt;copying ydk\exthook.py -&amp;gt; build\lib.win-amd64-3.8\ydk&lt;BR /&gt;copying ydk\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\entity_utils&lt;BR /&gt;copying ydk\entity_utils\entity_utils.py -&amp;gt; build\lib.win-amd64-3.8\ydk\entity_utils&lt;BR /&gt;copying ydk\entity_utils\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\entity_utils&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\errors&lt;BR /&gt;copying ydk\errors\error_handler.py -&amp;gt; build\lib.win-amd64-3.8\ydk\errors&lt;BR /&gt;copying ydk\errors\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\errors&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\ext&lt;BR /&gt;copying ydk\ext\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\ext&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\filters&lt;BR /&gt;copying ydk\filters\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\filters&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\logging&lt;BR /&gt;copying ydk\logging\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\logging&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\models&lt;BR /&gt;copying ydk\models\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\models&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\path&lt;BR /&gt;copying ydk\path\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;copying ydk\providers\codec_provider.py -&amp;gt; build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;copying ydk\providers\netconf_provider.py -&amp;gt; build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;copying ydk\providers\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\codec_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\crud_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\executor_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\netconf_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\types&lt;BR /&gt;copying ydk\types\py_types.py -&amp;gt; build\lib.win-amd64-3.8\ydk\types&lt;BR /&gt;copying ydk\types\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\types&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;copying ydk\_core\_dm_meta_info.py -&amp;gt; build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;copying ydk\_core\_importer.py -&amp;gt; build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;copying ydk\_core\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;copying ydk\path\sessions\netconf_session.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;copying ydk\path\sessions\restconf_session.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;copying ydk\path\sessions\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;warning: build_py: byte-compiling is disabled, skipping.&lt;BR /&gt;&lt;BR /&gt;running build_ext&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\setup.py", line 60, in run&lt;BR /&gt;0 == subprocess.call(['which', 'cmake3'], stdout=subprocess.PIPE, stderr=subprocess.PIPE))&lt;BR /&gt;File "c:\program files\python38\lib\subprocess.py", line 340, in call&lt;BR /&gt;with Popen(*popenargs, **kwargs) as p:&lt;BR /&gt;File "c:\program files\python38\lib\subprocess.py", line 854, in __init__&lt;BR /&gt;self._execute_child(args, executable, preexec_fn, close_fds,&lt;BR /&gt;File "c:\program files\python38\lib\subprocess.py", line 1307, in _execute_child&lt;BR /&gt;hp, ht, pid, tid = _winapi.CreateProcess(executable, args,&lt;BR /&gt;FileNotFoundError: [WinError 2] The system cannot find the file specified&lt;BR /&gt;&lt;BR /&gt;During handling of the above exception, another exception occurred:&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\setup.py", line 111, in &amp;lt;module&amp;gt;&lt;BR /&gt;setup(&lt;BR /&gt;File "C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\lib\site-packages\setuptools\__init__.py", line 153, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 966, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\lib\site-packages\wheel\bdist_wheel.py", line 299, in run&lt;BR /&gt;self.run_command('build')&lt;BR /&gt;File "c:\program files\python38\lib\distutils\cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "c:\program files\python38\lib\distutils\command\build.py", line 135, in run&lt;BR /&gt;self.run_command(cmd_name)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\setup.py", line 64, in run&lt;BR /&gt;raise RuntimeError("CMake must be installed to build the following extensions: " +&lt;BR /&gt;RuntimeError: CMake must be installed to build the following extensions: ydk_&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ERROR: Failed building wheel for ydk&lt;BR /&gt;ERROR: Command errored out with exit status 1:&lt;BR /&gt;command: 'C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0]&lt;BR /&gt;= '"'"'C:\\Users\\lznwfy\\AppData\\Local\\Temp\\pip-install-cdi4c8tp\\ydk_0e3aeb513d13451d82b850bbb756b8f5\\setup.py'"'"'; __file__='"'"'C:\\Users\\lznwfy\\AppData\\Local\\Temp\\pip-install-cdi4c8tp\\ydk_0e3aeb513d13451d82b850bbb756b8f5\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\lznwfy\AppData\Local\Temp\pip-record-3xd204mx\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\include\site\python3.8\ydk'&lt;BR /&gt;cwd: C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\&lt;BR /&gt;Complete output (90 lines):&lt;BR /&gt;running install&lt;BR /&gt;running build&lt;BR /&gt;running build_py&lt;BR /&gt;creating build&lt;BR /&gt;creating build\lib.win-amd64-3.8&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk&lt;BR /&gt;copying ydk\exthook.py -&amp;gt; build\lib.win-amd64-3.8\ydk&lt;BR /&gt;copying ydk\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\entity_utils&lt;BR /&gt;copying ydk\entity_utils\entity_utils.py -&amp;gt; build\lib.win-amd64-3.8\ydk\entity_utils&lt;BR /&gt;copying ydk\entity_utils\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\entity_utils&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\errors&lt;BR /&gt;copying ydk\errors\error_handler.py -&amp;gt; build\lib.win-amd64-3.8\ydk\errors&lt;BR /&gt;copying ydk\errors\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\errors&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\ext&lt;BR /&gt;copying ydk\ext\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\ext&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\filters&lt;BR /&gt;copying ydk\filters\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\filters&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\logging&lt;BR /&gt;copying ydk\logging\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\logging&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\models&lt;BR /&gt;copying ydk\models\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\models&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\path&lt;BR /&gt;copying ydk\path\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;copying ydk\providers\codec_provider.py -&amp;gt; build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;copying ydk\providers\netconf_provider.py -&amp;gt; build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;copying ydk\providers\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\providers&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\codec_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\crud_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\executor_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\netconf_service.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;copying ydk\services\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\services&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\types&lt;BR /&gt;copying ydk\types\py_types.py -&amp;gt; build\lib.win-amd64-3.8\ydk\types&lt;BR /&gt;copying ydk\types\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\types&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;copying ydk\_core\_dm_meta_info.py -&amp;gt; build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;copying ydk\_core\_importer.py -&amp;gt; build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;copying ydk\_core\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\_core&lt;BR /&gt;creating build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;copying ydk\path\sessions\netconf_session.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;copying ydk\path\sessions\restconf_session.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;copying ydk\path\sessions\__init__.py -&amp;gt; build\lib.win-amd64-3.8\ydk\path\sessions&lt;BR /&gt;warning: build_py: byte-compiling is disabled, skipping.&lt;BR /&gt;&lt;BR /&gt;running build_ext&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\setup.py", line 60, in run&lt;BR /&gt;0 == subprocess.call(['which', 'cmake3'], stdout=subprocess.PIPE, stderr=subprocess.PIPE))&lt;BR /&gt;File "c:\program files\python38\lib\subprocess.py", line 340, in call&lt;BR /&gt;with Popen(*popenargs, **kwargs) as p:&lt;BR /&gt;File "c:\program files\python38\lib\subprocess.py", line 854, in __init__&lt;BR /&gt;self._execute_child(args, executable, preexec_fn, close_fds,&lt;BR /&gt;File "c:\program files\python38\lib\subprocess.py", line 1307, in _execute_child&lt;BR /&gt;hp, ht, pid, tid = _winapi.CreateProcess(executable, args,&lt;BR /&gt;FileNotFoundError: [WinError 2] The system cannot find the file specified&lt;BR /&gt;&lt;BR /&gt;During handling of the above exception, another exception occurred:&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\setup.py", line 111, in &amp;lt;module&amp;gt;&lt;BR /&gt;setup(&lt;BR /&gt;File "C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\lib\site-packages\setuptools\__init__.py", line 153, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 966, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\lib\site-packages\setuptools\command\install.py", line 61, in run&lt;BR /&gt;return orig.install.run(self)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\command\install.py", line 545, in run&lt;BR /&gt;self.run_command('build')&lt;BR /&gt;File "c:\program files\python38\lib\distutils\cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "c:\program files\python38\lib\distutils\command\build.py", line 135, in run&lt;BR /&gt;self.run_command(cmd_name)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "c:\program files\python38\lib\distutils\dist.py", line 985, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "C:\Users\lznwfy\AppData\Local\Temp\pip-install-cdi4c8tp\ydk_0e3aeb513d13451d82b850bbb756b8f5\setup.py", line 64, in run&lt;BR /&gt;raise RuntimeError("CMake must be installed to build the following extensions: " +&lt;BR /&gt;RuntimeError: CMake must be installed to build the following extensions: ydk_&lt;BR /&gt;----------------------------------------&lt;BR /&gt;ERROR: Command errored out with exit status 1: 'C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\lznwfy\\AppData\\Local\\Temp\\pip-install-cdi4c8tp\\ydk_0e3aeb513d13451d82b850bbb756b8f5\\setup.py'"'"'; __file__='"'"'C:\\Users\\lznwfy\\AppData\\Local\\Temp\\pip-install-cdi4c8tp\\ydk_0e3aeb513d13451d82b850bbb756b8f5\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\lznwfy\AppData\Local\Temp\pip-record-3xd204mx\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\lznwfy\.virtualenvs\Devnetcoding--tgWlxXM\include\site\python3.8\ydk' Check the logs for full command output.&lt;/P&gt;&lt;P&gt;Installation Failed&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 12:58:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/vscode-pipenv-install-ydk-fail/m-p/4320510#M1223</guid>
      <dc:creator>Jacky_hotel_california</dc:creator>
      <dc:date>2021-04-08T12:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: VScode  pipenv install ydk -----fail</title>
      <link>https://community.cisco.com/t5/tools/vscode-pipenv-install-ydk-fail/m-p/4387218#M1224</link>
      <description>&lt;P&gt;Hi Jacky&lt;/P&gt;&lt;P&gt;At this point for Windows platform I can advise you to install and use pure Python old version of YDK, which is 0.5.5. It is available on pypi.org, just need to specify version like this:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;pipenv install ydk==0.5.5&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;If that is something to consider, I would suggest better to get the latest version of that release from GitHub.&lt;/P&gt;&lt;PRE&gt;git clone &lt;A href="https://github.com/xulleon/ydk-gen.git" target="_blank"&gt;https://github.com/xulleon/ydk-gen.git&lt;/A&gt;&amp;nbsp;-b 0.5.5.post2&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;The latest versions of YDK (I mean 0.8.x and above) are C++ based and require core libraries installation prior to Python package installation. At this point they are not supported on Windows platform due to the binary dependencies.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Apr 2021 02:47:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/vscode-pipenv-install-ydk-fail/m-p/4387218#M1224</guid>
      <dc:creator>yangorelik</dc:creator>
      <dc:date>2021-04-15T02:47:11Z</dc:date>
    </item>
  </channel>
</rss>

