<?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: ACI Programmability Options- Devnet Lab- Stuck on Step 1 :( in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3890919#M2432</link>
    <description>&lt;P&gt;Leo, what part are you stuck with please - can you share the error you are seeing? You can share this issue with us in the devnet webex team space for a quicker reply should you need&amp;nbsp;&lt;A href="https://developer.cisco.com/site/spark-chat/" target="_blank"&gt;https://developer.cisco.com/site/spark-chat/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 10:38:23 GMT</pubDate>
    <dc:creator>bigevilbeard</dc:creator>
    <dc:date>2019-07-16T10:38:23Z</dc:date>
    <item>
      <title>ACI Programmability Options- Devnet Lab- Stuck on Step 1 :(</title>
      <link>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3544306#M2430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck with a problem on &lt;STRONG&gt;ACI Programmability Options lab&lt;/STRONG&gt;, section &lt;SPAN style="text-decoration: underline;"&gt;APIC Sandbox Environment Setup&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://learninglabs.cisco.com/modules/intro-to-aci/sbx-intro-aci-02_programmability-options/step/1" rel="nofollow" target="_blank"&gt;https://learninglabs.cisco.com/modules/intro-to-aci/sbx-intro-aci-02_programmability-options/step/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It says:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;################################################################## &lt;/P&gt;&lt;P&gt;# From within the correct virtual environment (venv) apic_fabric_setup\ $ python baseline.py&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# Expected Output&lt;/P&gt;&lt;P&gt;Baselining APIC Simulator for Learning Labs&lt;/P&gt;&lt;P&gt;Setting up Fabric Nodes&lt;/P&gt;&lt;P&gt;Configuring Fabric Policies&lt;/P&gt;&lt;P&gt;Setting up Common Tenant&lt;/P&gt;&lt;P&gt;Setting up Heroes Tenant&lt;/P&gt;&lt;P&gt;Setting up SnV Tenant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##################################################################&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But my output is:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\apic_fabric_setup&amp;gt;python baseline.py&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "baseline.py", line 11, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import startup_script&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "C:\workingdir\aci-learning-labs-code-samples\apic_fabric_setup\startup_script.py", line 3, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import cobra.mit.access&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg\cobra\mit\__init__.py", line 2, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ._mit import Mit&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg\cobra\mit\_mit.py", line 3, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from .naming import Dn&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg\cobra\mit\naming.py", line 4, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from cobra.mit.meta import ClassLoader&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg\cobra\mit\meta.py", line 82&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.writeAccessMask = 0L&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;SyntaxError: invalid syntax&lt;/P&gt;&lt;P&gt;##################################################################&lt;/P&gt;&lt;P&gt;** I have followed the How To Setup Your Own Computer steps , and did notice some issues when I installed the acicobra and acimodel eggs, but both packages show up when I do a pip freeze so I thought it might be ok, but perhaps this is what is causing my error? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;##################################################################&lt;/P&gt;&lt;P&gt;Below is what I got when installing the acicobra and acimodel eggs:&lt;/P&gt;&lt;P&gt;##################################################################&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\downloads&amp;gt;dir&lt;/P&gt;&lt;P&gt; Volume in drive C is OSDisk&lt;/P&gt;&lt;P&gt; Volume Serial Number is 52FA-BDC4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Directory of C:\workingdir\aci-learning-labs-code-samples\downloads&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;05/22/2018&amp;nbsp; 02:29 PM&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;&lt;P&gt;05/22/2018&amp;nbsp; 02:29 PM&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DIR&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ..&lt;/P&gt;&lt;P&gt;05/22/2018&amp;nbsp; 02:26 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 92,412 acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;05/22/2018&amp;nbsp; 02:27 PM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 98,170,955 acimodel-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 File(s)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 98,263,367 bytes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 Dir(s)&amp;nbsp; 128,041,852,928 bytes free&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\downloads&amp;gt;easy_install -Z acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Processing acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;creating c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Extracting acicobra-3.0_1k-py2.7.egg to c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg\cobra\mit\meta.py", line 82&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.writeAccessMask = 0L&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;SyntaxError: invalid syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding acicobra 3.0-1k to easy-install.pth file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Processing dependencies for acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;Searching for acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/acicobra/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/acicobra/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Couldn't find index page for 'acicobra' (maybe misspelled?)&lt;/P&gt;&lt;P&gt;Scanning index of all packages (this may take a while)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No local packages or working download links found for acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;error: Could not find suitable distribution for Requirement.parse('acicobra===3.0-1k')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\downloads&amp;gt;easy_install -Z acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Processing acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;removing 'c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg' (and everything under it)&lt;/P&gt;&lt;P&gt;creating c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Extracting acicobra-3.0_1k-py2.7.egg to c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg\cobra\mit\meta.py", line 82&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.writeAccessMask = 0L&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;SyntaxError: invalid syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;acicobra 3.0-1k is already the active version in easy-install.pth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acicobra-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Processing dependencies for acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;Searching for acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/acicobra/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/acicobra/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Couldn't find index page for 'acicobra' (maybe misspelled?)&lt;/P&gt;&lt;P&gt;Scanning index of all packages (this may take a while)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No local packages or working download links found for acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;error: Could not find suitable distribution for Requirement.parse('acicobra===3.0-1k')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\downloads&amp;gt;easy_install -Z acicobra&lt;/P&gt;&lt;P&gt;Searching for acicobra&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/acicobra/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/acicobra/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Couldn't find index page for 'acicobra' (maybe misspelled?)&lt;/P&gt;&lt;P&gt;Scanning index of all packages (this may take a while)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No local packages or working download links found for acicobra&lt;/P&gt;&lt;P&gt;error: Could not find suitable distribution for Requirement.parse('acicobra')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\downloads&amp;gt;easy_install -Z acimodel-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Processing acimodel-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;creating c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acimodel-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Extracting acimodel-3.0_1k-py2.7.egg to c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages&lt;/P&gt;&lt;P&gt;Adding acimodel 3.0-1k to easy-install.pth file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Installed c:\workingdir\aci-learning-labs-code-samples\venv\lib\site-packages\acimodel-3.0_1k-py2.7.egg&lt;/P&gt;&lt;P&gt;Processing dependencies for acimodel===3.0-1k&lt;/P&gt;&lt;P&gt;Searching for acimodel===3.0-1k&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/acimodel/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/acimodel/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Couldn't find index page for 'acimodel' (maybe misspelled?)&lt;/P&gt;&lt;P&gt;Scanning index of all packages (this may take a while)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://pypi.org/simple/" rel="nofollow" target="_blank"&gt;https://pypi.org/simple/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;No local packages or working download links found for acimodel===3.0-1k&lt;/P&gt;&lt;P&gt;error: Could not find suitable distribution for Requirement.parse('acimodel===3.0-1k')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(venv) C:\workingdir\aci-learning-labs-code-samples\downloads&amp;gt;pip freeze&lt;/P&gt;&lt;P&gt;acicobra===3.0-1k&lt;/P&gt;&lt;P&gt;acimodel===3.0-1k&lt;/P&gt;&lt;P&gt;acitoolkit==0.4&lt;/P&gt;&lt;P&gt;arya==1.1.5&lt;/P&gt;&lt;P&gt;asn1crypto==0.24.0&lt;/P&gt;&lt;P&gt;certifi==2018.4.16&lt;/P&gt;&lt;P&gt;cffi==1.11.5&lt;/P&gt;&lt;P&gt;chardet==3.0.4&lt;/P&gt;&lt;P&gt;click==6.7&lt;/P&gt;&lt;P&gt;cryptography==2.2.2&lt;/P&gt;&lt;P&gt;deepdiff==3.3.0&lt;/P&gt;&lt;P&gt;dominate==2.3.1&lt;/P&gt;&lt;P&gt;flask==1.0.2&lt;/P&gt;&lt;P&gt;flask-admin==1.5.1&lt;/P&gt;&lt;P&gt;flask-bootstrap==3.3.7.1&lt;/P&gt;&lt;P&gt;flask-cors==3.0.4&lt;/P&gt;&lt;P&gt;flask-httpauth==3.2.3&lt;/P&gt;&lt;P&gt;flask-sqlalchemy==2.3.2&lt;/P&gt;&lt;P&gt;flask-wtf==0.14.2&lt;/P&gt;&lt;P&gt;gitdb2==2.0.3&lt;/P&gt;&lt;P&gt;gitpython==2.1.10&lt;/P&gt;&lt;P&gt;graphviz==0.8.3&lt;/P&gt;&lt;P&gt;idna==2.6&lt;/P&gt;&lt;P&gt;ipaddress==1.0.22&lt;/P&gt;&lt;P&gt;itsdangerous==0.24&lt;/P&gt;&lt;P&gt;jinja2==2.10&lt;/P&gt;&lt;P&gt;jsonpickle==0.9.6&lt;/P&gt;&lt;P&gt;jsonschema==2.6.0&lt;/P&gt;&lt;P&gt;markupsafe==1.0&lt;/P&gt;&lt;P&gt;py-radix==0.10.0&lt;/P&gt;&lt;P&gt;pycparser==2.18&lt;/P&gt;&lt;P&gt;pymysql==0.8.1&lt;/P&gt;&lt;P&gt;requests==2.18.4&lt;/P&gt;&lt;P&gt;six==1.11.0&lt;/P&gt;&lt;P&gt;smmap2==2.0.3&lt;/P&gt;&lt;P&gt;sqlalchemy==1.2.7&lt;/P&gt;&lt;P&gt;tabulate==0.8.2&lt;/P&gt;&lt;P&gt;urllib3==1.22&lt;/P&gt;&lt;P&gt;visitor==0.1.3&lt;/P&gt;&lt;P&gt;websocket-client==0.47.0&lt;/P&gt;&lt;P&gt;werkzeug==0.14.1&lt;/P&gt;&lt;P&gt;wtforms==2.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;####################################################&lt;/P&gt;&lt;P&gt;Anyone who can help with this will be my new hero!! &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 20:10:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3544306#M2430</guid>
      <dc:creator>petersmiddy</dc:creator>
      <dc:date>2018-05-22T20:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: ACI Programmability Options- Devnet Lab- Stuck on Step 1 :(</title>
      <link>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3885077#M2431</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Did you solve the issue by yourself? i have the same problem except that i'm using macos.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2019 06:12:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3885077#M2431</guid>
      <dc:creator>leo.espinosa</dc:creator>
      <dc:date>2019-07-05T06:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: ACI Programmability Options- Devnet Lab- Stuck on Step 1 :(</title>
      <link>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3890919#M2432</link>
      <description>&lt;P&gt;Leo, what part are you stuck with please - can you share the error you are seeing? You can share this issue with us in the devnet webex team space for a quicker reply should you need&amp;nbsp;&lt;A href="https://developer.cisco.com/site/spark-chat/" target="_blank"&gt;https://developer.cisco.com/site/spark-chat/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 10:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3890919#M2432</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2019-07-16T10:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACI Programmability Options- Devnet Lab- Stuck on Step 1 :(</title>
      <link>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3896047#M2433</link>
      <description>&lt;P&gt;i will post in the webex spark chat, but i got an error when i run the baseline.py script, same as the original post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;(py3-venv) Leos-MacBook-Pro:apic_fabric_setup leoespinosa$ python baseline.py &lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;Traceback (most recent call last):&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "baseline.py", line 11, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;import startup_script&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/Users/leoespinosa/python-projects/003/aci-toolkit/aci-learning-labs-code-samples/apic_fabric_setup/startup_script.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;import cobra.mit.access&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/Users/leoespinosa/py3-venv/lib/python3.7/site-packages/acicobra-3.0_1k-py2.7.egg/cobra/mit/__init__.py", line 2, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;from ._mit import Mit&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/Users/leoespinosa/py3-venv/lib/python3.7/site-packages/acicobra-3.0_1k-py2.7.egg/cobra/mit/_mit.py", line 3, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;from .naming import Dn&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/Users/leoespinosa/py3-venv/lib/python3.7/site-packages/acicobra-3.0_1k-py2.7.egg/cobra/mit/naming.py", line 4, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;from cobra.mit.meta import ClassLoader&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;File "/Users/leoespinosa/py3-venv/lib/python3.7/site-packages/acicobra-3.0_1k-py2.7.egg/cobra/mit/meta.py", line 82&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;self.writeAccessMask = 0L&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;^&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2019 19:27:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/aci-programmability-options-devnet-lab-stuck-on-step-1/m-p/3896047#M2433</guid>
      <dc:creator>leo.espinosa</dc:creator>
      <dc:date>2019-07-23T19:27:13Z</dc:date>
    </item>
  </channel>
</rss>

