<?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 pyats installation in virtual environment in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4462163#M2558</link>
    <description>&lt;P&gt;I received the following message when I install pyats in virtual environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;pip3 install pyats[full]&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="install pyats.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/130095iF16A052CD4D19248/image-size/large?v=v2&amp;amp;px=999" role="button" title="install pyats.PNG" alt="install pyats.PNG" /&gt;&lt;/span&gt;Then I received the following message when I try to use pyats&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="run pyats.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/130096i4FB9F0178869E731/image-size/large?v=v2&amp;amp;px=999" role="button" title="run pyats.PNG" alt="run pyats.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;anyone has ideas about it? Thank you.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Sep 2021 03:24:53 GMT</pubDate>
    <dc:creator>yingying.yang</dc:creator>
    <dc:date>2021-09-09T03:24:53Z</dc:date>
    <item>
      <title>pyats installation in virtual environment</title>
      <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4462163#M2558</link>
      <description>&lt;P&gt;I received the following message when I install pyats in virtual environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;pip3 install pyats[full]&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="install pyats.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/130095iF16A052CD4D19248/image-size/large?v=v2&amp;amp;px=999" role="button" title="install pyats.PNG" alt="install pyats.PNG" /&gt;&lt;/span&gt;Then I received the following message when I try to use pyats&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="run pyats.PNG" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/130096i4FB9F0178869E731/image-size/large?v=v2&amp;amp;px=999" role="button" title="run pyats.PNG" alt="run pyats.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;anyone has ideas about it? Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 03:24:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4462163#M2558</guid>
      <dc:creator>yingying.yang</dc:creator>
      <dc:date>2021-09-09T03:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: pyats installation in virtual environment</title>
      <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4462589#M2559</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/971489"&gt;@yingying.yang&lt;/a&gt;&amp;nbsp;it looks there is a clash in the version in Markupsafe. You can either uninstall/downgrade Markupsafe or start a new venv and install this from fresh. Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(new_venv)root$ pip install pyats[full]
Requirement already satisfied: pyats[full] in ./new_venv/lib/python3.8/site-packages (20.10)

[removed]

(new_venv) root$ pip list | grep pyats
pyats                        20.10
(new_venv) root$ pip list | grep Markup
MarkupSafe                   1.1.1
&lt;/PRE&gt;</description>
      <pubDate>Thu, 09 Sep 2021 15:33:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4462589#M2559</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2021-09-09T15:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: pyats installation in virtual environment</title>
      <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463181#M2560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839" target="_self"&gt;&lt;SPAN class=""&gt;bigevilbeard&lt;/SPAN&gt;&lt;/A&gt;, thank you very much for your reply. still the same, I received errors when install pyats. It said "Building wheels for collected packages: yamllint, aiohttp-swagger, async-lru, tftpy, pyftpdlib, backports.ssl" error.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="building wheels.PNG" style="width: 871px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/130292i44095F81F858225C/image-size/large?v=v2&amp;amp;px=999" role="button" title="building wheels.PNG" alt="building wheels.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 11:03:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463181#M2560</guid>
      <dc:creator>yingying.yang</dc:creator>
      <dc:date>2021-09-10T11:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: pyats installation in virtual environment</title>
      <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463191#M2561</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/971489"&gt;@yingying.yang&lt;/a&gt;&amp;nbsp;hmm this is odd - i would join this support team space for pyats&amp;nbsp;&lt;A href="https://eurl.io/#r18UzrQVr" target="_blank"&gt;https://eurl.io/#r18UzrQVr &lt;/A&gt;and the team who run this project help support issues such as yours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 11:23:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463191#M2561</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2021-09-10T11:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: pyats installation in virtual environment</title>
      <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463195#M2562</link>
      <description>&lt;P&gt;Thank you &lt;SPAN&gt;bigevilbeard, I just post the screenshot to the team space, hope can get a solution from it. I used pyats before, had no issue, not sure what affect it when I install it in new virtual environment.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 11:30:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463195#M2562</guid>
      <dc:creator>yingying.yang</dc:creator>
      <dc:date>2021-09-10T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: pyats installation in virtual environment</title>
      <link>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463207#M2563</link>
      <description>&lt;P&gt;Good news, someone from the webex space guide me to pyats pubhub, the magic is&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ pip install --upgrade pip setuptools&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;everything is good after upgrade pip with the latest setup tool package. Thank you so much for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 12:01:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/pyats-installation-in-virtual-environment/m-p/4463207#M2563</guid>
      <dc:creator>yingying.yang</dc:creator>
      <dc:date>2021-09-10T12:01:12Z</dc:date>
    </item>
  </channel>
</rss>

