<?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 How do i Uninstall Acitoolkit from the wrong directory ? in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272604#M65</link>
    <description>&lt;P&gt;Hello all. Looks like i've installed Acitoolkit in the wrong directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since then I've created a new venv in Pycharm and reinstalled it in another directory, however i think there is&amp;nbsp; a conflict stopping it working properly because of the other version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the WRONG version is here&lt;/P&gt;&lt;P&gt;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/aci/acitoolkit (master)&lt;BR /&gt;$ dir&lt;BR /&gt;acitoolkit applications contributors.txt Dockerfile Include LICENSE pylintrc README.md samples setup.py tests venv&lt;BR /&gt;acitoolkit.egg-info build dist docs Lib NOTICE pyvenv.cfg requirements.txt scripts shippable.yml Vagrantfile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the correct version is here&lt;BR /&gt;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/acitoolkit/acitoolkit (master)&lt;BR /&gt;$ dir&lt;BR /&gt;acitoolkit applications contributors.txt Dockerfile LICENSE pylintrc requirements.txt scripts shippable.yml Vagrantfile&lt;BR /&gt;acitoolkit.egg-info build dist docs NOTICE README.md samples setup.py tests&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i now have two versions, how do i uninstall the incorrect one ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried to startgain from scratch so, i ran this&lt;BR /&gt;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/aci/acitoolkit (master)&lt;BR /&gt;$ python -m pip uninstall acitoolkit&lt;BR /&gt;Found existing installation: acitoolkit 0.4&lt;BR /&gt;Uninstalling acitoolkit-0.4:&lt;BR /&gt;Would remove:&lt;BR /&gt;c:\users\m7551873\netprog_basics\network_controllers\acitoolkit\venv\lib\site-packages\acitoolkit-0.4-py3.8.egg&lt;BR /&gt;Proceed (y/n)? y&lt;BR /&gt;Successfully uninstalled acitoolkit-0.4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This still left me with WRONG one in&amp;nbsp;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/aci/acitoolkit&lt;BR /&gt;&lt;BR /&gt;so i tried&lt;/P&gt;&lt;P&gt;$ python -m pip uninstall acitoolkit&lt;BR /&gt;Found existing installation: acitoolkit 0.4&lt;BR /&gt;Not uninstalling acitoolkit at c:\users\m7551873\appdata\local\programs\python\python38\lib\site-packages\acitoolkit-0.4-py3.8.egg, outside environment C:\Users\M7551873\netprog_basics\network&lt;BR /&gt;_controllers\acitoolkit\venv&lt;BR /&gt;Can't uninstall 'acitoolkit'. No files were found to uninstall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why I can't dlelte this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 18:43:53 GMT</pubDate>
    <dc:creator>lowfell</dc:creator>
    <dc:date>2021-01-14T18:43:53Z</dc:date>
    <item>
      <title>How do i Uninstall Acitoolkit from the wrong directory ?</title>
      <link>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272604#M65</link>
      <description>&lt;P&gt;Hello all. Looks like i've installed Acitoolkit in the wrong directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since then I've created a new venv in Pycharm and reinstalled it in another directory, however i think there is&amp;nbsp; a conflict stopping it working properly because of the other version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the WRONG version is here&lt;/P&gt;&lt;P&gt;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/aci/acitoolkit (master)&lt;BR /&gt;$ dir&lt;BR /&gt;acitoolkit applications contributors.txt Dockerfile Include LICENSE pylintrc README.md samples setup.py tests venv&lt;BR /&gt;acitoolkit.egg-info build dist docs Lib NOTICE pyvenv.cfg requirements.txt scripts shippable.yml Vagrantfile&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the correct version is here&lt;BR /&gt;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/acitoolkit/acitoolkit (master)&lt;BR /&gt;$ dir&lt;BR /&gt;acitoolkit applications contributors.txt Dockerfile LICENSE pylintrc requirements.txt scripts shippable.yml Vagrantfile&lt;BR /&gt;acitoolkit.egg-info build dist docs NOTICE README.md samples setup.py tests&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So i now have two versions, how do i uninstall the incorrect one ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I tried to startgain from scratch so, i ran this&lt;BR /&gt;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/aci/acitoolkit (master)&lt;BR /&gt;$ python -m pip uninstall acitoolkit&lt;BR /&gt;Found existing installation: acitoolkit 0.4&lt;BR /&gt;Uninstalling acitoolkit-0.4:&lt;BR /&gt;Would remove:&lt;BR /&gt;c:\users\m7551873\netprog_basics\network_controllers\acitoolkit\venv\lib\site-packages\acitoolkit-0.4-py3.8.egg&lt;BR /&gt;Proceed (y/n)? y&lt;BR /&gt;Successfully uninstalled acitoolkit-0.4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;This still left me with WRONG one in&amp;nbsp;M7551873@LAP-0071884 MINGW64 ~/netprog_basics/network_controllers/aci/acitoolkit&lt;BR /&gt;&lt;BR /&gt;so i tried&lt;/P&gt;&lt;P&gt;$ python -m pip uninstall acitoolkit&lt;BR /&gt;Found existing installation: acitoolkit 0.4&lt;BR /&gt;Not uninstalling acitoolkit at c:\users\m7551873\appdata\local\programs\python\python38\lib\site-packages\acitoolkit-0.4-py3.8.egg, outside environment C:\Users\M7551873\netprog_basics\network&lt;BR /&gt;_controllers\acitoolkit\venv&lt;BR /&gt;Can't uninstall 'acitoolkit'. No files were found to uninstall.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why I can't dlelte this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 18:43:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272604#M65</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-14T18:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do i Uninstall Acitoolkit from the wrong directory ?</title>
      <link>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272668#M66</link>
      <description>&lt;P&gt;I've just deleted all the relevant folders and started a new venv and reinstalled it AGAIN (it's all experience eh?) I tried testing it using one of the sample scripts, but this happened, any idea why ?&lt;BR /&gt;python aci-show-tenants.py&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\acitoolkit\venv\lib\site-packages\acitoolkit-0.4-py3.8.egg\&lt;BR /&gt;acitoolkit\acitoolkit.py:5207: SyntaxWarning: "is not" with a literal. Did you mean "!="?&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\acitoolkit\venv\lib\site-packages\acitoolkit-0.4-py3.8.egg\&lt;BR /&gt;acitoolkit\acitoolkit.py:5207: SyntaxWarning: "is not" with a literal. Did you mean "!="?&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\acitoolkit\venv\lib\site-packages\acitoolkit-0.4-py3.8.egg\&lt;BR /&gt;acitoolkit\aciConcreteLib.py:1105: SyntaxWarning: "is" with a literal. Did you mean "=="?&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\acitoolkit\venv\lib\site-packages\acitoolkit-0.4-py3.8.egg\&lt;BR /&gt;acitoolkit\aciConcreteLib.py:1105: SyntaxWarning: "is" with a literal. Did you mean "=="?&lt;BR /&gt;APIC login username: admin&lt;BR /&gt;APIC URL: &lt;A href="https://sandboxapicdc.com" target="_blank"&gt;https://sandboxapicdc.com&lt;/A&gt;&lt;BR /&gt;APIC Password:&lt;BR /&gt;Could not relogin to APIC due to ConnectionError: HTTPSConnectionPool(host='sandboxapicdc.com', port=443): Max r&lt;BR /&gt;etries exceeded with url: /api/aaaLogin.json (Caused by NewConnectionError('&amp;lt;urllib3.connection.HTTPSConnection&lt;BR /&gt;object at 0x00000000042AD7F0&amp;gt;: Failed to establish a new connection: [WinError 10060] A connection attempt faile&lt;BR /&gt;d because the connected party did not properly respond after a period of time, or established connection failed&lt;BR /&gt;because connected host has failed to respond'))&lt;BR /&gt;%% Could not login to APIC&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 19:38:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272668#M66</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-14T19:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do i Uninstall Acitoolkit from the wrong directory ?</title>
      <link>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272719#M67</link>
      <description>&lt;P&gt;Deleted all associated files from old folders created new Venv, reinstalled acitoolkit and BINGO!!!!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 21:32:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-do-i-uninstall-acitoolkit-from-the-wrong-directory/m-p/4272719#M67</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-14T21:32:21Z</dc:date>
    </item>
  </channel>
</rss>

