<?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 7-Zip could not be found in the PATH environment variable in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1080048#M61804</link>
    <description>&lt;P&gt;I dont know what exactly happen, a already set 7zip in my environment but if i run some script there are no 7zip in my environment.&amp;nbsp;&lt;BR /&gt;here the error message :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(arcgispro-py3) C:\Users\User\Documents&amp;gt;python coral_reef_exercise_online.py https://downloads.esri.com/LearnArcGIS/update-real-time-data-with-python/vs_polygons.json C:\Temp\Work.gdb c7bdbfb02684459bae0e16e7bf3dbc5e C:\Temp\Coral_Reef_Watch.sd Coral_Reef_Watch
Starting workGDB...
Downloading data...
Creating feature classes...
Deploying...
Traceback (most recent call last):
  File "coral_reef_exercise_online.py", line 115, in &amp;lt;module&amp;gt;
    feedRoutine (url, workGDB, itemid, original_sd_file, service_name)
  File "coral_reef_exercise_online.py", line 63, in feedRoutine
    deployLogic(workGDB, itemid, original_sd_file, service_name)
  File "coral_reef_exercise_online.py", line 88, in deployLogic
    raise Exception('7-Zip could not be found in the PATH environment variable')
Exception: 7-Zip could not be found in the PATH environment variable&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this message proof that I have 7zip installed in my environment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimasPerceka_0-1626577896600.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18754i9A6EF583267AFEA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DimasPerceka_0-1626577896600.png" alt="DimasPerceka_0-1626577896600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im very thanks if anyone can help me to solve this problem&lt;/P&gt;</description>
    <pubDate>Sun, 18 Jul 2021 03:12:23 GMT</pubDate>
    <dc:creator>DimasPerceka</dc:creator>
    <dc:date>2021-07-18T03:12:23Z</dc:date>
    <item>
      <title>7-Zip could not be found in the PATH environment variable</title>
      <link>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1080048#M61804</link>
      <description>&lt;P&gt;I dont know what exactly happen, a already set 7zip in my environment but if i run some script there are no 7zip in my environment.&amp;nbsp;&lt;BR /&gt;here the error message :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(arcgispro-py3) C:\Users\User\Documents&amp;gt;python coral_reef_exercise_online.py https://downloads.esri.com/LearnArcGIS/update-real-time-data-with-python/vs_polygons.json C:\Temp\Work.gdb c7bdbfb02684459bae0e16e7bf3dbc5e C:\Temp\Coral_Reef_Watch.sd Coral_Reef_Watch
Starting workGDB...
Downloading data...
Creating feature classes...
Deploying...
Traceback (most recent call last):
  File "coral_reef_exercise_online.py", line 115, in &amp;lt;module&amp;gt;
    feedRoutine (url, workGDB, itemid, original_sd_file, service_name)
  File "coral_reef_exercise_online.py", line 63, in feedRoutine
    deployLogic(workGDB, itemid, original_sd_file, service_name)
  File "coral_reef_exercise_online.py", line 88, in deployLogic
    raise Exception('7-Zip could not be found in the PATH environment variable')
Exception: 7-Zip could not be found in the PATH environment variable&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this message proof that I have 7zip installed in my environment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DimasPerceka_0-1626577896600.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/18754i9A6EF583267AFEA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DimasPerceka_0-1626577896600.png" alt="DimasPerceka_0-1626577896600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im very thanks if anyone can help me to solve this problem&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 03:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1080048#M61804</guid>
      <dc:creator>DimasPerceka</dc:creator>
      <dc:date>2021-07-18T03:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: 7-Zip could not be found in the PATH environment variable</title>
      <link>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1080052#M61806</link>
      <description>&lt;P&gt;You ran 7z from the windows command prompt. Have you tried seeing if the PATH variable is set correctly within the arcgispro-py3 environment?&amp;nbsp;&lt;/P&gt;&lt;P&gt;This looks like part of a tutorial of some kind so my guess is you missed a step in the tutorial to set up this path within the arcgis-py3 environment.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 05:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1080052#M61806</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-07-18T05:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: 7-Zip could not be found in the PATH environment variable</title>
      <link>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1305258#M68078</link>
      <description>&lt;P&gt;Have you found an answer&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 10:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/7-zip-could-not-be-found-in-the-path-environment/m-p/1305258#M68078</guid>
      <dc:creator>dannyjp67</dc:creator>
      <dc:date>2023-07-03T10:23:08Z</dc:date>
    </item>
  </channel>
</rss>

