<?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: acitoolkit install error in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/4047348#M90</link>
    <description>&lt;P&gt;Have you tried creating a venv first and installing the acitoolkit from there?&amp;nbsp;&lt;/P&gt;&lt;DIV class="highlight-default notranslate"&gt;&lt;DIV class="highlight"&gt;&lt;DIV class="highlight-default notranslate"&gt;&lt;DIV class="highlight"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;python&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;m&lt;/SPAN&gt; &lt;SPAN class="n"&gt;venv&lt;/SPAN&gt; &lt;SPAN class="o"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="n"&gt;DIR&lt;/SPAN&gt;&lt;SPAN class="o"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="n"&gt;source&lt;/SPAN&gt; &lt;SPAN class="o"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="n"&gt;DIR&lt;/SPAN&gt;&lt;SPAN class="o"&gt;&amp;gt;/&lt;/SPAN&gt;&lt;SPAN class="nb"&gt;bin&lt;/SPAN&gt;&lt;SPAN class="o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="n"&gt;activate&lt;BR /&gt;&lt;/SPAN&gt;python &amp;lt;acitoolkit-DIR&amp;gt;/setup.py install&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 17 Mar 2020 14:36:56 GMT</pubDate>
    <dc:creator>Sergiu.Daniluk</dc:creator>
    <dc:date>2020-03-17T14:36:56Z</dc:date>
    <item>
      <title>acitoolkit install error</title>
      <link>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/4025005#M89</link>
      <description>&lt;P&gt;Hi developers, I am trying to install the ACItoolkit into my windows 10 machine. I have downloaded it, but when trying to install it using the power shell, i am getting a permission denied error -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS D:\ACItoolKit\acitoolkit-master&amp;gt; ls&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Directory: D:\ACItoolKit\acitoolkit-master&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mode LastWriteTime Length Name&lt;BR /&gt;---- ------------- ------ ----&lt;BR /&gt;d----- 2020-02-06 9:42 AM acitoolkit&lt;BR /&gt;d----- 2020-02-06 9:42 AM applications&lt;BR /&gt;d----- 2020-02-06 9:42 AM docs&lt;BR /&gt;d----- 2020-02-06 9:43 AM samples&lt;BR /&gt;d----- 2020-02-06 9:43 AM scripts&lt;BR /&gt;d----- 2020-02-06 9:43 AM tests&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 54 .gitignore&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 120 contributors.txt&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 354 Dockerfile&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 587 LICENSE&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 81 NOTICE&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 10028 pylintrc&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 2818 README.md&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 232 requirements.txt&lt;BR /&gt;&lt;STRONG&gt;-a---- 2020-02-06 9:42 AM 1256 setup.py&lt;/STRONG&gt;&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 588 shippable.yml&lt;BR /&gt;-a---- 2020-02-06 9:42 AM 3233 Vagrantfile&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PS D:\ACItoolKit\acitoolkit-master&amp;gt; python setup.py install&lt;BR /&gt;C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.1776.0_x64__qbz5n2kfra8p0\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'tests_requires'&lt;BR /&gt;warnings.warn(msg)&lt;BR /&gt;running install&lt;BR /&gt;error: can't create or remove files in install directory&lt;/P&gt;&lt;P&gt;The following error occurred while trying to add or remove files in the&lt;BR /&gt;installation directory:&lt;/P&gt;&lt;P&gt;[Errno 13] Permission denied: 'C:\\Program Files\\WindowsApps\\PythonSoftwareFoundation.Python.3.7_3.7.1776.0_x64__qbz5n2kfra8p0\\Lib\\site-packages\\test-easy-install-2556.write-test'&lt;/P&gt;&lt;P&gt;The installation directory you specified (via --install-dir, --prefix, or&lt;BR /&gt;the distutils default setting) was:&lt;/P&gt;&lt;P&gt;C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.1776.0_x64__qbz5n2kfra8p0\Lib\site-packages\&lt;/P&gt;&lt;P&gt;Perhaps your account does not have write access to this directory? If the&lt;BR /&gt;installation directory is a system-owned directory, you may need to sign in&lt;BR /&gt;as the administrator or "root" account. If you do not have administrative&lt;BR /&gt;access to this machine, you may wish to choose a different installation&lt;BR /&gt;directory, preferably one that is listed in your PYTHONPATH environment&lt;BR /&gt;variable.&lt;/P&gt;&lt;P&gt;For information on other options, you may wish to consult the&lt;BR /&gt;documentation at:&lt;/P&gt;&lt;P&gt;&lt;A href="https://setuptools.readthedocs.io/en/latest/easy_install.html" target="_blank" rel="noopener"&gt;https://setuptools.readthedocs.io/en/latest/easy_install.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please make the appropriate changes for your system and try again.&lt;/P&gt;&lt;P&gt;PS D:\ACItoolKit\acitoolkit-master&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i AM RUNNING POWER SHELL AS AN ADMINSTRATOR.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 15:13:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/4025005#M89</guid>
      <dc:creator>sandev.singh</dc:creator>
      <dc:date>2020-02-06T15:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: acitoolkit install error</title>
      <link>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/4047348#M90</link>
      <description>&lt;P&gt;Have you tried creating a venv first and installing the acitoolkit from there?&amp;nbsp;&lt;/P&gt;&lt;DIV class="highlight-default notranslate"&gt;&lt;DIV class="highlight"&gt;&lt;DIV class="highlight-default notranslate"&gt;&lt;DIV class="highlight"&gt;&lt;PRE&gt;&lt;SPAN class="n"&gt;python&lt;/SPAN&gt; &lt;SPAN class="o"&gt;-&lt;/SPAN&gt;&lt;SPAN class="n"&gt;m&lt;/SPAN&gt; &lt;SPAN class="n"&gt;venv&lt;/SPAN&gt; &lt;SPAN class="o"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="n"&gt;DIR&lt;/SPAN&gt;&lt;SPAN class="o"&gt;&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="n"&gt;source&lt;/SPAN&gt; &lt;SPAN class="o"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="n"&gt;DIR&lt;/SPAN&gt;&lt;SPAN class="o"&gt;&amp;gt;/&lt;/SPAN&gt;&lt;SPAN class="nb"&gt;bin&lt;/SPAN&gt;&lt;SPAN class="o"&gt;/&lt;/SPAN&gt;&lt;SPAN class="n"&gt;activate&lt;BR /&gt;&lt;/SPAN&gt;python &amp;lt;acitoolkit-DIR&amp;gt;/setup.py install&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Mar 2020 14:36:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/4047348#M90</guid>
      <dc:creator>Sergiu.Daniluk</dc:creator>
      <dc:date>2020-03-17T14:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: acitoolkit install error</title>
      <link>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/5011210#M3261</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/862649"&gt;@sandev.singh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Still facing the issue?All sorted?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 15:45:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/acitoolkit-install-error/m-p/5011210#M3261</guid>
      <dc:creator>Ruben Cocheno</dc:creator>
      <dc:date>2024-02-01T15:45:16Z</dc:date>
    </item>
  </channel>
</rss>

