<?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: Acitools install help in Tools</title>
    <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271629#M585</link>
    <description>&lt;P&gt;Hello and thanks for your help. I am using Gitbash as my terminal so when i click on terminal, it open gibash and i can seem to install acitoolkit. I've tested it from within gitbash and it seems to work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is when i try and implement anything through Pycharm which is my ide that's when i get the errors?&lt;BR /&gt;I can't say that I'm missing anycode becuae i've downloaded it and installed it from github, there shouldn't be any mising modules because it's the same code that seems to work through gitbash? is it sonmethin to do with the VEnv ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2021 13:49:58 GMT</pubDate>
    <dc:creator>lowfell</dc:creator>
    <dc:date>2021-01-13T13:49:58Z</dc:date>
    <item>
      <title>Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271511#M583</link>
      <description>&lt;P&gt;I'm struggling getting this installed on my Win 7 laptop. I'm using Gitbash and the installation seemed to go ok. here is the last line after install&lt;BR /&gt;Using c:\users\m7551873\pycharmprojects\pythonproject4\venv\lib\site-packages&lt;BR /&gt;Finished processing dependencies for acitoolkit==0.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if i then try to use acitoolkit this happens&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; from acitoolkit.acitoolkit import *&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Users\M7551873\netprog_basics\network_controllers\aci\acitoolkit\acit&lt;BR /&gt;oolkit\__init__.py", line 33, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .aciTable import Table # noqa&lt;BR /&gt;File "C:\Users\M7551873\netprog_basics\network_controllers\aci\acitoolkit\acit&lt;BR /&gt;oolkit\aciTable.py", line 33, in &amp;lt;module&amp;gt;&lt;BR /&gt;from tabulate import tabulate&lt;BR /&gt;ModuleNotFoundError: No module named 'tabulate'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this instance it's tabulate, but when i try again it'll be something else like "requests" or "jsonschema" or whatever you know?&lt;BR /&gt;&lt;BR /&gt;how can i fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 12:05:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271511#M583</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-13T12:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271537#M584</link>
      <description>&lt;P&gt;Seems like you do not have the requirements installed:&amp;nbsp; &lt;A href="https://github.com/datacenter/acitoolkit/blob/master/requirements.txt" target="_blank"&gt;https://github.com/datacenter/acitoolkit/blob/master/requirements.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;While in venv, move to the directory where the requirement file is and simply install them using:&lt;/P&gt;&lt;PRE&gt;pip install -r requirements.txt &lt;/PRE&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sergiu&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 12:44:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271537#M584</guid>
      <dc:creator>Sergiu.Daniluk</dc:creator>
      <dc:date>2021-01-13T12:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271629#M585</link>
      <description>&lt;P&gt;Hello and thanks for your help. I am using Gitbash as my terminal so when i click on terminal, it open gibash and i can seem to install acitoolkit. I've tested it from within gitbash and it seems to work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is when i try and implement anything through Pycharm which is my ide that's when i get the errors?&lt;BR /&gt;I can't say that I'm missing anycode becuae i've downloaded it and installed it from github, there shouldn't be any mising modules because it's the same code that seems to work through gitbash? is it sonmethin to do with the VEnv ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 13:49:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271629#M585</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-13T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271669#M586</link>
      <description>&lt;P&gt;It could be the venv. When you are using pycharm, do you open the venv where acitoolkit along with the rest of requirements was installed? Do you see in the terminal the (venv) in the front of C:\Users\.. ? If not, most likely is not opening it.&lt;/P&gt;&lt;P&gt;I would say try this:&lt;/P&gt;&lt;P&gt;Create a new project in PyCharm (and select to create a new venv for the project), then in the terminal run:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;git clone https://github.com/datacenter/acitoolkit.git
cd acitoolkit
python setup.py install&lt;/PRE&gt;&lt;P&gt;Let me know if this fixes the problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sergiu&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 14:26:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271669#M586</guid>
      <dc:creator>Sergiu.Daniluk</dc:creator>
      <dc:date>2021-01-13T14:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271708#M587</link>
      <description>&lt;P&gt;From Pycharm it says its my Path is&amp;nbsp; C:\Users\M7551873\netprog_basics\network_controllers\meraki\venv|Scripts\python.exe&lt;BR /&gt;I then fire up terminal FROM Pycharm and Gitbash goes to&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\meraki&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now I've changed on Gitbash to&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\meraki\venv\Scripts&lt;BR /&gt;it wont let me change it to C:\Users\M7551873\netprog_basics\network_controllers\meraki\venv\Scripts\pythone.exe&lt;BR /&gt;because python.exe isn't a directory so should it just work with&lt;BR /&gt;C:\Users\M7551873\netprog_basics\network_controllers\meraki\venv\Scripts&amp;nbsp; &amp;nbsp;?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will this make a difference, i haven't reinstalled anything yet, just changed path&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 15:20:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271708#M587</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-13T15:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271724#M588</link>
      <description>&lt;P&gt;It WAS the Path, it is now working the way I want it to, i just had&amp;nbsp;&lt;/P&gt;&lt;P&gt;From&amp;nbsp;C:\Users\M7551873\netprog_basics\network_controllers\meraki&lt;/P&gt;&lt;P&gt;To&amp;nbsp;C:\Users\M7551873\netprog_basics\network_controllers\meraki\venv\Scripts&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrongly assumed that Pycharm would automatically give Gitbash which is my chosen terminal the full path. Do you know why it doesn't do that and is there a way you can force it from Pycharm to automatically add the full path or will I always have to do it manually ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help, you wouldn't believe how long this has took me to fix, it's been really frustrating, but I've learned a lot which is the main thing.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 15:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4271724#M588</guid>
      <dc:creator>lowfell</dc:creator>
      <dc:date>2021-01-13T15:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Acitools install help</title>
      <link>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4747076#M690</link>
      <description>&lt;P&gt;i have an issue installing the requirements.txt file.How can i ignore these ssl warnings?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)'))': /simple/websocket-client/&lt;BR /&gt;WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)'))': /simple/websocket-client/&lt;BR /&gt;WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)'))': /simple/websocket-client/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 23:02:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/tools/acitools-install-help/m-p/4747076#M690</guid>
      <dc:creator>nailaalam</dc:creator>
      <dc:date>2022-12-30T23:02:55Z</dc:date>
    </item>
  </channel>
</rss>

