<?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: fatal error: pybind11/operators.h while installing ydk0.8.5 in Tools</title>
    <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4434079#M1314</link>
    <description>&lt;P&gt;Thank you for your prompt response&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/914537"&gt;@yangorelik&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Yes, I have deleted the other venv and but that didnt seem to be the problem. The issue was with the pip version 10.0.0.1 which caused the pybind11 headers to be not found.&lt;/P&gt;
&lt;P&gt;Installing lower version of pip helped&lt;/P&gt;
&lt;PRE&gt;pip install pip==9.0.3 &lt;/PRE&gt;
&lt;P&gt;These are some reference links:&lt;BR /&gt;&lt;A href="https://github.com/pybind/python_example/issues/18#issuecomment-379532037" target="_blank"&gt;https://github.com/pybind/python_example/issues/18#issuecomment-379532037&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/pybind/pybind11/pull/1190" target="_blank"&gt;https://github.com/pybind/pybind11/pull/1190&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 21:55:50 GMT</pubDate>
    <dc:creator>shreyash</dc:creator>
    <dc:date>2021-07-15T21:55:50Z</dc:date>
    <item>
      <title>fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432528#M1307</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My server is on centos 7.9&lt;/P&gt;
&lt;P&gt;I am following the steps mentioned in&amp;nbsp; &lt;A href="https://github.com/ygorelik/ydk-gen" target="_blank"&gt;https://github.com/ygorelik/ydk-gen&lt;/A&gt;&amp;nbsp;to install&lt;/P&gt;
&lt;P&gt;However, I am seeing the below error&lt;BR /&gt;```&lt;BR /&gt;python version: 3.6m&lt;BR /&gt;-- Found PythonLibs: /usr/lib64/libpython3.6m.so (found version "3.6.8")&lt;BR /&gt;pybind11 include: include;include&lt;BR /&gt;-- Configuring done&lt;BR /&gt;-- Generating done&lt;BR /&gt;-- Build files have been written to: /tmp/pip-req-build-fikngrcl/build/temp.linux-x86_64-3.6&lt;BR /&gt;Scanning dependencies of target ydk_&lt;BR /&gt;[ 50%] Building CXX object CMakeFiles/ydk_.dir/python.cpp.o&lt;BR /&gt;/tmp/pip-req-build-fikngrcl/python.cpp:16:10: fatal error: pybind11/operators.h: No such file or directory&lt;BR /&gt;#include &amp;lt;pybind11/operators.h&amp;gt;&lt;BR /&gt;^~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;gmake[2]: *** [CMakeFiles/ydk_.dir/python.cpp.o] Error 1&lt;BR /&gt;gmake[1]: *** [CMakeFiles/ydk_.dir/all] Error 2&lt;BR /&gt;gmake: *** [all] Error 2&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 "/tmp/pip-req-build-fikngrcl/setup.py", line 145, in &amp;lt;module&amp;gt;&lt;BR /&gt;zip_safe=False,&lt;BR /&gt;File "/root/venv/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 955, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/root/venv/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 223, in run&lt;BR /&gt;self.run_command('build')&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/command/build.py", line 135, in run&lt;BR /&gt;self.run_command(cmd_name)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/tmp/pip-req-build-fikngrcl/setup.py", line 68, in run&lt;BR /&gt;self.build_extension(ext)&lt;BR /&gt;File "/tmp/pip-req-build-fikngrcl/setup.py", line 101, in build_extension&lt;BR /&gt;subprocess.check_call([cmake_executable, '--build', '.'], cwd=self.build_temp)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/subprocess.py", line 291, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['cmake3', '--build', '.']' returned non-zero exit status 2.&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Failed building wheel for ydk&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 ... error&lt;BR /&gt;Complete output from command /root/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-fikngrcl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-od_8px1d/install-record.txt --single-version-externally-managed --compile --install-headers /root/venv/include/site/python3.6/ydk:&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.linux-x86_64-3.6&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk&lt;BR /&gt;copying ydk/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk&lt;BR /&gt;copying ydk/exthook.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;copying ydk/_core/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;copying ydk/_core/_dm_meta_info.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;copying ydk/_core/_importer.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/entity_utils&lt;BR /&gt;copying ydk/entity_utils/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/entity_utils&lt;BR /&gt;copying ydk/entity_utils/entity_utils.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/entity_utils&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/errors&lt;BR /&gt;copying ydk/errors/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/errors&lt;BR /&gt;copying ydk/errors/error_handler.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/errors&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/ext&lt;BR /&gt;copying ydk/ext/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/ext&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/filters&lt;BR /&gt;copying ydk/filters/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/filters&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/logging&lt;BR /&gt;copying ydk/logging/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/logging&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/models&lt;BR /&gt;copying ydk/models/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/models&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/path&lt;BR /&gt;copying ydk/path/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;copying ydk/providers/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;copying ydk/providers/codec_provider.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;copying ydk/providers/netconf_provider.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/codec_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/crud_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/executor_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/netconf_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/types&lt;BR /&gt;copying ydk/types/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/types&lt;BR /&gt;copying ydk/types/py_types.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/types&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;copying ydk/path/sessions/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;copying ydk/path/sessions/netconf_session.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;copying ydk/path/sessions/restconf_session.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;running build_ext&lt;BR /&gt;-- The C compiler identification is GNU 7.3.1&lt;BR /&gt;-- The CXX compiler identification is GNU 7.3.1&lt;BR /&gt;-- Check for working C compiler: /bin/cc&lt;BR /&gt;-- Check for working C compiler: /bin/cc - works&lt;BR /&gt;-- Detecting C compiler ABI info&lt;BR /&gt;-- Detecting C compiler ABI info - done&lt;BR /&gt;-- Detecting C compile features&lt;BR /&gt;-- Detecting C compile features - done&lt;BR /&gt;-- Check for working CXX compiler: /bin/c++&lt;BR /&gt;-- Check for working CXX compiler: /bin/c++ - works&lt;BR /&gt;-- Detecting CXX compiler ABI info&lt;BR /&gt;-- Detecting CXX compiler ABI info - done&lt;BR /&gt;-- Detecting CXX compile features&lt;BR /&gt;-- Detecting CXX compile features - done&lt;BR /&gt;python version: 3.6m&lt;BR /&gt;-- Found PythonLibs: /usr/lib64/libpython3.6m.so (found version "3.6.8")&lt;BR /&gt;pybind11 include: include;include&lt;BR /&gt;-- Configuring done&lt;BR /&gt;-- Generating done&lt;BR /&gt;-- Build files have been written to: /tmp/pip-req-build-fikngrcl/build/temp.linux-x86_64-3.6&lt;BR /&gt;Scanning dependencies of target ydk_&lt;BR /&gt;[ 50%] Building CXX object CMakeFiles/ydk_.dir/python.cpp.o&lt;BR /&gt;/tmp/pip-req-build-fikngrcl/python.cpp:16:10: fatal error: pybind11/operators.h: No such file or directory&lt;BR /&gt;#include &amp;lt;pybind11/operators.h&amp;gt;&lt;BR /&gt;^~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;gmake[2]: *** [CMakeFiles/ydk_.dir/python.cpp.o] Error 1&lt;BR /&gt;gmake[1]: *** [CMakeFiles/ydk_.dir/all] Error 2&lt;BR /&gt;gmake: *** [all] Error 2&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 "/tmp/pip-req-build-fikngrcl/setup.py", line 145, in &amp;lt;module&amp;gt;&lt;BR /&gt;zip_safe=False,&lt;BR /&gt;File "/root/venv/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 955, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/root/venv/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run&lt;BR /&gt;return orig.install.run(self)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/command/install.py", line 545, in run&lt;BR /&gt;self.run_command('build')&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/command/build.py", line 135, in run&lt;BR /&gt;self.run_command(cmd_name)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/tmp/pip-req-build-fikngrcl/setup.py", line 68, in run&lt;BR /&gt;self.build_extension(ext)&lt;BR /&gt;File "/tmp/pip-req-build-fikngrcl/setup.py", line 101, in build_extension&lt;BR /&gt;subprocess.check_call([cmake_executable, '--build', '.'], cwd=self.build_temp)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/subprocess.py", line 291, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['cmake3', '--build', '.']' returned non-zero exit status 2.&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Command "/root/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-fikngrcl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-od_8px1d/install-record.txt --single-version-externally-managed --compile --install-headers /root/venv/include/site/python3.6/ydk" failed with error code 1 in /tmp/pip-req-build-fikngrcl/&lt;BR /&gt;You are using pip version 10.0.1, however version 21.1.3 is available.&lt;BR /&gt;You should consider upgrading via the 'pip install --upgrade pip' command.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 18:32:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432528#M1307</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-13T18:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432556#M1308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/398366"&gt;@shreyash&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like you are missing installation of &lt;EM&gt;pybind11&lt;/EM&gt; package. Try&amp;nbsp;&lt;STRONG&gt;"locate pybind11"&lt;/STRONG&gt; or &lt;STRONG&gt;"pip list | grep pybind11"&lt;/STRONG&gt; to see if it was installed. If missing, you need activate Python virtual environment and then run &lt;STRONG&gt;"pip install -r requirements.txt"&lt;/STRONG&gt; from &lt;EM&gt;ydk-gen&lt;/EM&gt; directory. Make sure Python core installation is performed under virtual environment. If you don not use virtual environment, then you need to follow logic of script &lt;EM&gt;install_ydk.sh&lt;/EM&gt; and execute all the steps manually.&lt;/P&gt;&lt;P&gt;Unfortunately I cannot see full list of console output during the installation and cannot give you precise reason why this package is missing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:18:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432556#M1308</guid>
      <dc:creator>yangorelik</dc:creator>
      <dc:date>2021-07-13T19:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432573#M1309</link>
      <description>&lt;P&gt;pybind11 package is installed. Here is the output:&lt;BR /&gt;```&lt;BR /&gt;(ydk-env) root@cafy-2:ydk-gen$ locate pybind11&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/attr.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/buffer_info.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/cast.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/chrono.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/common.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/complex.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/eigen.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/embed.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/eval.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/functional.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/iostream.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/numpy.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/operators.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/options.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/pybind11.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/pytypes.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/stl.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/stl_bind.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail/class.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail/common.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail/descr.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail/init.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail/internals.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/include/site/python3.6/pybind11/detail/typeid.h&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/__init__.py&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/__main__.py&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/__pycache__&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/_version.py&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/__pycache__/__init__.cpython-36.pyc&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/__pycache__/__main__.cpython-36.pyc&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11/__pycache__/_version.cpython-36.pyc&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/DESCRIPTION.rst&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/INSTALLER&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/METADATA&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/RECORD&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/WHEEL&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/metadata.json&lt;BR /&gt;/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/top_level.txt&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/attr.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/buffer_info.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/cast.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/chrono.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/common.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/complex.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/eigen.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/embed.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/eval.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/functional.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/iostream.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/numpy.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/operators.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/options.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/pybind11.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/pytypes.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/stl.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/stl_bind.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail/class.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail/common.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail/descr.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail/init.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail/internals.h&lt;BR /&gt;/root/venv/include/site/python3.6/pybind11/detail/typeid.h&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/__init__.py&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/__main__.py&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/__pycache__&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/_version.py&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/__pycache__/__init__.cpython-36.pyc&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/__pycache__/__main__.cpython-36.pyc&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11/__pycache__/_version.cpython-36.pyc&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/DESCRIPTION.rst&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/INSTALLER&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/METADATA&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/RECORD&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/WHEEL&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/metadata.json&lt;BR /&gt;/root/venv/lib/python3.6/site-packages/pybind11-2.2.2.dist-info/top_level.txt&lt;BR /&gt;(ydk-env) root@cafy-2:ydk-gen$ &lt;BR /&gt;(ydk-env) &lt;A href="mailto:root@cafy-2:ydk-gen$" target="_blank"&gt;root@cafy-2:ydk-gen$ &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:50:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432573#M1309</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-13T19:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432576#M1310</link>
      <description>&lt;P&gt;I am following these steps from here:&amp;nbsp;&lt;A href="https://github.com/ygorelik/ydk-gen" target="_blank"&gt;https://github.com/ygorelik/ydk-gen&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;git clone https://github.com/ygorelik/ydk-gen.git
cd ydk-gen
export YDKGEN_HOME=`pwd`  # optional
export PYTHON_VENV=$HOME/ydk_vne  # optional
./install_ydk.sh --core&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:53:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432576#M1310</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-13T19:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432578#M1311</link>
      <description>&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;Successfully created source distribution at /home/shreyash/ydk-gen/gen-api/python/ydk/dist&lt;/P&gt;
&lt;P&gt;=================================================&lt;BR /&gt;Successfully generated Python YDK core package at /home/shreyash/ydk-gen/gen-api/python/ydk&lt;BR /&gt;Please refer to the README for information on how to install the package in your environment&lt;/P&gt;
&lt;P&gt;Installing python package ydk-0.8.5.post2.tar.gz ...&lt;/P&gt;
&lt;P&gt;Processing ./dist/ydk-0.8.5.post2.tar.gz&lt;BR /&gt;Requirement not upgraded as not directly required: pybind11&amp;gt;=2.2.2 in /home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages (from ydk==0.8.5.post2) (2.2.2)&lt;BR /&gt;Building wheels for collected packages: ydk&lt;BR /&gt;Running setup.py bdist_wheel for ydk ... error&lt;BR /&gt;Complete output from command /home/shreyash/ydk-gen/ydk-env/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-req-build-t1psgpxa/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 /tmp/pip-wheel-6f595z7w --python-tag cp36:&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.linux-x86_64-3.6&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk&lt;BR /&gt;copying ydk/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk&lt;BR /&gt;copying ydk/exthook.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;copying ydk/_core/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;copying ydk/_core/_dm_meta_info.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;copying ydk/_core/_importer.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/_core&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/entity_utils&lt;BR /&gt;copying ydk/entity_utils/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/entity_utils&lt;BR /&gt;copying ydk/entity_utils/entity_utils.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/entity_utils&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/errors&lt;BR /&gt;copying ydk/errors/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/errors&lt;BR /&gt;copying ydk/errors/error_handler.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/errors&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/ext&lt;BR /&gt;copying ydk/ext/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/ext&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/filters&lt;BR /&gt;copying ydk/filters/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/filters&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/logging&lt;BR /&gt;copying ydk/logging/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/logging&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/models&lt;BR /&gt;copying ydk/models/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/models&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/path&lt;BR /&gt;copying ydk/path/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;copying ydk/providers/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;copying ydk/providers/codec_provider.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;copying ydk/providers/netconf_provider.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/providers&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/codec_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/crud_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/executor_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;copying ydk/services/netconf_service.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/services&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/types&lt;BR /&gt;copying ydk/types/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/types&lt;BR /&gt;copying ydk/types/py_types.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/types&lt;BR /&gt;creating build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;copying ydk/path/sessions/__init__.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;copying ydk/path/sessions/netconf_session.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;copying ydk/path/sessions/restconf_session.py -&amp;gt; build/lib.linux-x86_64-3.6/ydk/path/sessions&lt;BR /&gt;running build_ext&lt;BR /&gt;-- The C compiler identification is GNU 7.3.1&lt;BR /&gt;-- The CXX compiler identification is GNU 7.3.1&lt;BR /&gt;-- Check for working C compiler: /bin/cc&lt;BR /&gt;-- Check for working C compiler: /bin/cc - works&lt;BR /&gt;-- Detecting C compiler ABI info&lt;BR /&gt;-- Detecting C compiler ABI info - done&lt;BR /&gt;-- Detecting C compile features&lt;BR /&gt;-- Detecting C compile features - done&lt;BR /&gt;-- Check for working CXX compiler: /bin/c++&lt;BR /&gt;-- Check for working CXX compiler: /bin/c++ - works&lt;BR /&gt;-- Detecting CXX compiler ABI info&lt;BR /&gt;-- Detecting CXX compiler ABI info - done&lt;BR /&gt;-- Detecting CXX compile features&lt;BR /&gt;-- Detecting CXX compile features - done&lt;BR /&gt;python version: 3.6m&lt;BR /&gt;-- Found PythonLibs: /usr/cisco/packages/python/python-3.6.7/lib/libpython3.6m.so (found version "3.6.7")&lt;BR /&gt;pybind11 include: include;include&lt;BR /&gt;-- Configuring done&lt;BR /&gt;-- Generating done&lt;BR /&gt;-- Build files have been written to: /tmp/pip-req-build-t1psgpxa/build/temp.linux-x86_64-3.6&lt;BR /&gt;Scanning dependencies of target ydk_&lt;BR /&gt;[ 50%] Building CXX object CMakeFiles/ydk_.dir/python.cpp.o&lt;BR /&gt;/tmp/pip-req-build-t1psgpxa/python.cpp:16:10: fatal error: pybind11/operators.h: No such file or directory&lt;BR /&gt;#include &amp;lt;pybind11/operators.h&amp;gt;&lt;BR /&gt;^~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;compilation terminated.&lt;BR /&gt;gmake[2]: *** [CMakeFiles/ydk_.dir/python.cpp.o] Error 1&lt;BR /&gt;gmake[1]: *** [CMakeFiles/ydk_.dir/all] Error 2&lt;BR /&gt;gmake: *** [all] Error 2&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 "/tmp/pip-req-build-t1psgpxa/setup.py", line 145, in &amp;lt;module&amp;gt;&lt;BR /&gt;zip_safe=False,&lt;BR /&gt;File "/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup&lt;BR /&gt;return distutils.core.setup(**attrs)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/core.py", line 148, in setup&lt;BR /&gt;dist.run_commands()&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 955, in run_commands&lt;BR /&gt;self.run_command(cmd)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/home/shreyash/ydk-gen/ydk-env/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 223, in run&lt;BR /&gt;self.run_command('build')&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/command/build.py", line 135, in run&lt;BR /&gt;self.run_command(cmd_name)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/cmd.py", line 313, in run_command&lt;BR /&gt;self.distribution.run_command(command)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/distutils/dist.py", line 974, in run_command&lt;BR /&gt;cmd_obj.run()&lt;BR /&gt;File "/tmp/pip-req-build-t1psgpxa/setup.py", line 68, in run&lt;BR /&gt;self.build_extension(ext)&lt;BR /&gt;File "/tmp/pip-req-build-t1psgpxa/setup.py", line 101, in build_extension&lt;BR /&gt;subprocess.check_call([cmake_executable, '--build', '.'], cwd=self.build_temp)&lt;BR /&gt;File "/usr/cisco/depot/python3/lib/python3.6/subprocess.py", line 291, in check_call&lt;BR /&gt;raise CalledProcessError(retcode, cmd)&lt;BR /&gt;subprocess.CalledProcessError: Command '['cmake3', '--build', '.']' returned non-zero exit status 2.&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;Failed building wheel for ydk&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 19:55:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432578#M1311</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-13T19:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432642#M1312</link>
      <description>&lt;P&gt;any idea&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/914537"&gt;@yangorelik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 22:13:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4432642#M1312</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-13T22:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4433192#M1313</link>
      <description>&lt;P&gt;You have created 2 virtual environments; you need delete one of them to avoid confusion:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;/root/venv/ &amp;nbsp;# default one, which is chosen below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/home/shreyash/ydk-gen/ydk-env/ # user defined&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Try to set environment variables that define C/C++ include paths:&lt;/P&gt;&lt;PRE&gt;export C_INCLUDE_PATH=/usr/local/include:&lt;SPAN&gt;/root/venv/include/site/python3.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;export CPLUS_INCLUDE_PATH=/usr/local/include:/root/venv/include/site/python3.6&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Then repeat installation of Python YDK core package:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;cd&amp;nbsp;~/ydk-gen/&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;source&amp;nbsp;/root/venv/bin/activate&lt;BR /&gt;./generate.py --core -iv&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Jul 2021 17:06:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4433192#M1313</guid>
      <dc:creator>yangorelik</dc:creator>
      <dc:date>2021-07-14T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: fatal error: pybind11/operators.h while installing ydk0.8.5</title>
      <link>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4434079#M1314</link>
      <description>&lt;P&gt;Thank you for your prompt response&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/914537"&gt;@yangorelik&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;Yes, I have deleted the other venv and but that didnt seem to be the problem. The issue was with the pip version 10.0.0.1 which caused the pybind11 headers to be not found.&lt;/P&gt;
&lt;P&gt;Installing lower version of pip helped&lt;/P&gt;
&lt;PRE&gt;pip install pip==9.0.3 &lt;/PRE&gt;
&lt;P&gt;These are some reference links:&lt;BR /&gt;&lt;A href="https://github.com/pybind/python_example/issues/18#issuecomment-379532037" target="_blank"&gt;https://github.com/pybind/python_example/issues/18#issuecomment-379532037&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/pybind/pybind11/pull/1190" target="_blank"&gt;https://github.com/pybind/pybind11/pull/1190&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 21:55:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/fatal-error-pybind11-operators-h-while-installing-ydk0-8-5/m-p/4434079#M1314</guid>
      <dc:creator>shreyash</dc:creator>
      <dc:date>2021-07-15T21:55:50Z</dc:date>
    </item>
  </channel>
</rss>

