<?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: devnet intro to sd-wan is unusable in Communities of Interest</title>
    <link>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4189984#M192</link>
    <description>&lt;P&gt;You are trying to create and activate a virtual environment from Python interpreter .. exit and try to create again from normal shell prompt $ or #. Not Python &amp;gt;&amp;gt;&amp;gt; prompt&lt;/P&gt;&lt;PRE&gt;python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt&lt;/PRE&gt;</description>
    <pubDate>Sat, 28 Nov 2020 07:43:53 GMT</pubDate>
    <dc:creator>omz</dc:creator>
    <dc:date>2020-11-28T07:43:53Z</dc:date>
    <item>
      <title>devnet intro to sd-wan is unusable</title>
      <link>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4189771#M191</link>
      <description>&lt;P&gt;&lt;A href="https://developer.cisco.com/learning/modules/sd-wan/intro-sd-wan-rest-api/step/1" target="_blank"&gt;https://developer.cisco.com/learning/modules/sd-wan/intro-sd-wan-rest-api/step/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unable to perform&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;python3.&lt;/SPAN&gt;&lt;SPAN class="hljs-number"&gt;6&lt;/SPAN&gt;&lt;SPAN&gt; -m venv venv &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hljs-keyword"&gt;source&lt;/SPAN&gt;&lt;SPAN&gt; venv&lt;/SPAN&gt;&lt;SPAN class="hljs-regexp"&gt;/bin/&lt;/SPAN&gt;&lt;SPAN&gt;activate &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pip install -r requirements.txt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developer.cisco.com/learning/modules/sd-wan/sd-wan-rest-api-postman/step/2" target="_blank"&gt;https://developer.cisco.com/learning/modules/sd-wan/sd-wan-rest-api-postman/step/2&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;unable to import&amp;nbsp;Cisco-Reservable-SD-WAN-Env.postman_environment.json and&amp;nbsp;Cisco-Reservable-SD-WAN.postman_collection.json into postman.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to do the labs, yet i can't. Any info on how to resolve this would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 16:00:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4189771#M191</guid>
      <dc:creator>laurens77</dc:creator>
      <dc:date>2020-11-27T16:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: devnet intro to sd-wan is unusable</title>
      <link>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4189984#M192</link>
      <description>&lt;P&gt;You are trying to create and activate a virtual environment from Python interpreter .. exit and try to create again from normal shell prompt $ or #. Not Python &amp;gt;&amp;gt;&amp;gt; prompt&lt;/P&gt;&lt;PRE&gt;python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Nov 2020 07:43:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4189984#M192</guid>
      <dc:creator>omz</dc:creator>
      <dc:date>2020-11-28T07:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: devnet intro to sd-wan is unusable</title>
      <link>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4190752#M193</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/513338"&gt;@omz&lt;/a&gt;&amp;nbsp;has noted,&amp;nbsp;you need to do this from the shell/bash, not your Python repl.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM style="font-family: inherit;"&gt;Virtualenv is a tool that lets you create an isolated Python environment for your project. It creates an environment that has its own installation directories, that doesn’t share dependencies with other virtualenv environments (and optionally doesn’t access the globally installed dependencies either). You can even configure what version of Python you want to use for each individual environment. It's very much recommended to use virtualenv when dealing with Python applications.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can follow this guide on how to build/set a developer environment here --&amp;gt;&amp;nbsp;&lt;A href="https://developer.cisco.com/learning-labs/setup/" target="_blank"&gt;https://developer.cisco.com/learning-labs/setup/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I am unsure of your issue here with Postman, as it seems you are importing the correct files into your Postman client. I would suggest following this learning lab here for this&amp;nbsp;&lt;A href="https://developer.cisco.com/learning/tracks/sd-wan_programmability/sd-wan/sd-wan-rest-api-postman/step/1" target="_blank"&gt;https://developer.cisco.com/learning/tracks/sd-wan_programmability/sd-wan/sd-wan-rest-api-postman/step/1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 13:45:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4190752#M193</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2020-11-30T13:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: devnet intro to sd-wan is unusable</title>
      <link>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4190911#M194</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839"&gt;@bigevilbeard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have completed the setup lab you provided me with, i understand now the mistake i made with the /bash. However, i am still not able to import the json files into postman, and the&amp;nbsp;&lt;A href="https://icanhazdadjoke.com/" target="_blank"&gt;https://icanhazdadjoke.com/&lt;/A&gt;&amp;nbsp;is returning a bad request error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My githubrepository is located under&amp;nbsp;C:\GITHUB REPOSITORY; which contains the json files.&lt;/P&gt;&lt;P&gt;Any options i can still try in order to get this working ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 18:25:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4190911#M194</guid>
      <dc:creator>laurens77</dc:creator>
      <dc:date>2020-11-30T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: devnet intro to sd-wan is unusable</title>
      <link>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4190940#M195</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/984503"&gt;@laurens77&lt;/a&gt;&amp;nbsp;i am sorry i do not understand the URL you have shared here? Once you have imported the two json files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Cisco-Reservable-SD-WAN-Env.postman_environment.json
Cisco-Reservable-SD-WAN.postman_collection.json
&lt;/PRE&gt;
&lt;P&gt;Into your Postman client, set the environment to be that of the devnet sandbox ""Cisco-Reservable-SD-WAN-Environment" and you can run this. I would suggest reviewing this learning lab for this&amp;nbsp;&lt;SPAN&gt;I would suggest following this learning lab here for this&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.cisco.com/learning/tracks/sd-wan_programmability/sd-wan/sd-wan-rest-api-postman/step/1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/learning/tracks/sd-wan_programmability/sd-wan/sd-wan-rest-api-postman/step/1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 19:07:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/communities-of-interest/devnet-intro-to-sd-wan-is-unusable/m-p/4190940#M195</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2020-11-30T19:07:50Z</dc:date>
    </item>
  </channel>
</rss>

