<?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: Error installing .tar.bz2 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394116#M9741</link>
    <description>&lt;P&gt;Hi Josh,&lt;BR /&gt;&lt;BR /&gt;I am doing an offline installation.&lt;BR /&gt;&lt;BR /&gt;When I run:&amp;nbsp;conda install arcgis -c esri&lt;BR /&gt;&lt;BR /&gt;I get the following errors:&lt;/P&gt;&lt;P&gt;C:\Users\ci000030&amp;gt;conda install arcgis -c esri&lt;BR /&gt;Channels:&lt;BR /&gt;- esri&lt;BR /&gt;- defaults&lt;BR /&gt;Platform: win-64&lt;BR /&gt;Collecting package metadata (repodata.json): - WARNING conda.conda_libmamba_solver.index:_json_path_to_repo_info(281): No repodata found for channel esri. Solve will fail.&lt;BR /&gt;WARNING conda.conda_libmamba_solver.index:_json_path_to_repo_info(281): No repodata found for channel esri. Solve will fail.&lt;BR /&gt;done&lt;BR /&gt;Solving environment: failed&lt;/P&gt;&lt;P&gt;LibMambaUnsatisfiableError: Encountered problems while solving:&lt;BR /&gt;- nothing provides geomet needed by arcgis-2.1.0-py39_3211&lt;/P&gt;&lt;P&gt;Could not solve for environment specs&lt;BR /&gt;The following package could not be installed&lt;BR /&gt;└─ arcgis is not installable because it requires&lt;BR /&gt;└─ geomet, which does not exist (perhaps a missing channel).&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2024 15:02:19 GMT</pubDate>
    <dc:creator>CS_IBM</dc:creator>
    <dc:date>2024-03-11T15:02:19Z</dc:date>
    <item>
      <title>Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394060#M9739</link>
      <description>&lt;P&gt;Greetings,&lt;BR /&gt;I am following the&amp;nbsp; ArcGIS API for Python instructions. Where it states:&amp;nbsp;"&lt;SPAN&gt;c&lt;STRONG&gt;onda install /pat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;h_to_package_download&lt;/STRONG&gt;&lt;SPAN&gt;&lt;STRONG&gt;_&lt;/STRONG&gt;"&lt;BR /&gt;&lt;BR /&gt;Which is the correct tar.bz for Python 3.11??&lt;BR /&gt;&lt;BR /&gt;I used the conda consul install using:&lt;BR /&gt;"&lt;STRONG&gt;conda install \Users\ci000030\Downloads\win-64_arcgis-2.1.0-py39_3211.tar.bz2&lt;/STRONG&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I got the following errors below.&amp;nbsp; Can anyone assist to resolve the errors??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Downloading and Extracting Packages:&lt;/P&gt;&lt;P&gt;Preparing transaction: done&lt;BR /&gt;Verifying transaction: done&lt;BR /&gt;Executing transaction: / Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;ModuleNotFoundError: No module named 'certifi'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;frozen runpy&amp;gt;", line 189, in _run_module_as_main&lt;BR /&gt;File "&amp;lt;frozen runpy&amp;gt;", line 112, in _get_module_details&lt;BR /&gt;File "C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Lib\site-packages\arcgis\__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;from arcgis.auth.tools import LazyLoader&lt;BR /&gt;File "C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Lib\site-packages\arcgis\auth\__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .api import EsriSession&lt;BR /&gt;File "C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Lib\site-packages\arcgis\auth\api.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt;from requests.sessions import Session&lt;BR /&gt;ModuleNotFoundError: No module named 'requests'&lt;/P&gt;&lt;P&gt;done&lt;BR /&gt;ERROR conda.core.link:_execute(945): An error occurred while installing package '&amp;lt;unknown&amp;gt;::arcgis-2.1.0-py39_3211'.&lt;BR /&gt;Rolling back transaction: done&lt;/P&gt;&lt;P&gt;LinkError: post-link script failed for package &amp;lt;unknown&amp;gt;::arcgis-2.1.0-py39_3211&lt;BR /&gt;location of failed script: C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Scripts\.arcgis-post-link.bat&lt;BR /&gt;==&amp;gt; script messages &amp;lt;==&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;ModuleNotFoundError: No module named 'certifi'&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;frozen runpy&amp;gt;", line 189, in _run_module_as_main&lt;BR /&gt;File "&amp;lt;frozen runpy&amp;gt;", line 112, in _get_module_details&lt;BR /&gt;File "C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Lib\site-packages\arcgis\__init__.py", line 3, in &amp;lt;module&amp;gt;&lt;BR /&gt;from arcgis.auth.tools import LazyLoader&lt;BR /&gt;File "C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Lib\site-packages\arcgis\auth\__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .api import EsriSession&lt;BR /&gt;File "C:\Users\ci000030\AppData\Local\anaconda3\envs\defra\Lib\site-packages\arcgis\auth\api.py", line 17, in &amp;lt;module&amp;gt;&lt;BR /&gt;from requests.sessions import Session&lt;BR /&gt;ModuleNotFoundError: No module named 'requests'&lt;/P&gt;&lt;P&gt;==&amp;gt; script output &amp;lt;==&lt;BR /&gt;stdout: jupyter nbextension command failed: map widgets in the jupyter notebook may not work, installation continuing...&lt;/P&gt;&lt;P&gt;stderr:&lt;BR /&gt;return code: 1&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 13:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394060#M9739</guid>
      <dc:creator>CS_IBM</dc:creator>
      <dc:date>2024-03-11T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394072#M9740</link>
      <description>&lt;P&gt;It looks like your env is missing some of the dependencies of the ArcGIS Python API.&lt;/P&gt;&lt;P&gt;You're better off using the command &lt;STRONG&gt;conda install arcgis -c esri&lt;/STRONG&gt; to install the API from Esri's conda channel.&lt;/P&gt;&lt;P&gt;If you would rather use the file-based approach, try adding the parameter &lt;STRONG&gt;--no-deps&lt;/STRONG&gt; to install the API without checking for dependencies.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 13:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394072#M9740</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-03-11T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394116#M9741</link>
      <description>&lt;P&gt;Hi Josh,&lt;BR /&gt;&lt;BR /&gt;I am doing an offline installation.&lt;BR /&gt;&lt;BR /&gt;When I run:&amp;nbsp;conda install arcgis -c esri&lt;BR /&gt;&lt;BR /&gt;I get the following errors:&lt;/P&gt;&lt;P&gt;C:\Users\ci000030&amp;gt;conda install arcgis -c esri&lt;BR /&gt;Channels:&lt;BR /&gt;- esri&lt;BR /&gt;- defaults&lt;BR /&gt;Platform: win-64&lt;BR /&gt;Collecting package metadata (repodata.json): - WARNING conda.conda_libmamba_solver.index:_json_path_to_repo_info(281): No repodata found for channel esri. Solve will fail.&lt;BR /&gt;WARNING conda.conda_libmamba_solver.index:_json_path_to_repo_info(281): No repodata found for channel esri. Solve will fail.&lt;BR /&gt;done&lt;BR /&gt;Solving environment: failed&lt;/P&gt;&lt;P&gt;LibMambaUnsatisfiableError: Encountered problems while solving:&lt;BR /&gt;- nothing provides geomet needed by arcgis-2.1.0-py39_3211&lt;/P&gt;&lt;P&gt;Could not solve for environment specs&lt;BR /&gt;The following package could not be installed&lt;BR /&gt;└─ arcgis is not installable because it requires&lt;BR /&gt;└─ geomet, which does not exist (perhaps a missing channel).&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 15:02:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394116#M9741</guid>
      <dc:creator>CS_IBM</dc:creator>
      <dc:date>2024-03-11T15:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394147#M9742</link>
      <description>&lt;P&gt;I tried to answer a conda question a couple weeks ago and I did not get the "I am offline" part then. The best answer I saw for that question was "Do the install on an online machine then copy."&lt;/P&gt;&lt;P&gt;Ultimately you have to download packages then copy so we're talking about what is easiest. Try to figure out dependencies and download a bunch of files or let conda figure it out and copy one folder. Conda does a nice job of putting everything it installs into one folder. So, when you have access online, install everything you need into an environment. Then transfer the environment folder via for example a thumb drive.&lt;/P&gt;&lt;P&gt;You have to know where the environment lives to copy it. For example,&lt;/P&gt;&lt;LI-CODE lang="c"&gt;$ conda env list
# conda environments:
#
arcgispro-py3            C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3
binder                   C:\Users\bwilson\.conda\envs\binder
codecompliance           C:\Users\bwilson\.conda\envs\codecompliance
flask                    C:\Users\bwilson\.conda\envs\flask
flask-oauth              C:\Users\bwilson\.conda\envs\flask-oauth
surveys                  C:\Users\bwilson\.conda\envs\surveys
base                     C:\Users\bwilson\Miniconda3&lt;/LI-CODE&gt;&lt;P&gt;so I'd copy everything from "C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3" if I wanted arcgispro-py3.&lt;/P&gt;&lt;P&gt;On the destination machine I could do "conda info" and look at the "envs directories". Then I could put the folder from the thumb drive into any of those paths that I can write to, for example, "C:\Users\bwilson\AppData\Local\ESRI\conda\envs"&lt;/P&gt;&lt;P&gt;I could also add the thumb drive to the list of directories in my conda config file, .condarc, which currently looks like this:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;channels:
  - conda-forge
  - defaults
envs_dirs:
  - C:/Program Files/ArcGIS/Pro/bin/Python/envs
  - C:/Users/bwilson/AppData/Local/ESRI/conda/envs&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I added say "&amp;nbsp;&amp;nbsp;&amp;nbsp; - D:/" to the end then if my thumbdrive shows up as &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; I would not have to copy anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 15:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394147#M9742</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2024-03-11T15:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394148#M9743</link>
      <description>&lt;P&gt;Did you try adding --no-deps?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;conda install \Users\ci000030\Downloads\win-64_arcgis-2.1.0-py39_3211.tar.bz2&lt;/SPAN&gt; --no-deps&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 15:38:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394148#M9743</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2024-03-11T15:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394153#M9744</link>
      <description>&lt;P&gt;I love how the editor interpreted my attempt to type a "D:/" drive as an unhappy face.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 15:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394153#M9744</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2024-03-11T15:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394247#M9746</link>
      <description>&lt;P&gt;I have the following folders under \user\Appdata\Local&lt;BR /&gt;&lt;BR /&gt;C:\Users\ci000030\AppData\Local\anaconda3\envs\arcgispro-py3&lt;BR /&gt;C:\Users\ci000030\AppData\Local\conda&lt;BR /&gt;C:\Users\ci000030\AppData\Local\ESRI\ArcGISPro&lt;BR /&gt;&lt;BR /&gt;Should the ARGISPro folder be under \Local\Anaconda or \Local\Conda??&lt;BR /&gt;&lt;BR /&gt;Should i have a conda folder under \Local\ESRI??&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:35:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394247#M9746</guid>
      <dc:creator>CS_IBM</dc:creator>
      <dc:date>2024-03-11T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error installing .tar.bz2</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394280#M9747</link>
      <description>&lt;P&gt;It only matters what conda thinks. If you want to work from inside ArcGIS Pro then go into Projects and open Package Manager, next to "Active Environment" click on the Gear icon. This is the "Environment Manager".&amp;nbsp; You can put your conda environments anywhere convenient for you. For me when I did a "clone" of the default environment, Pro suggested "C:\Users\bwilson\AppData\Local\ESRI\conda\envs\" but you can choose anywhere. Like I just made one in "arcproclones". Also note the folder I circled in red, you can also add existing folders by clicking there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Brian_Wilson_0-1710181691364.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/97583i2141B9C52B4C044B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Brian_Wilson_0-1710181691364.png" alt="Brian_Wilson_0-1710181691364.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See also &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm#GUID-21D59BFD-728B-41BF-8A31-9F19CA4CC82A" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 18:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/error-installing-tar-bz2/m-p/1394280#M9747</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2024-03-11T18:31:27Z</dc:date>
    </item>
  </channel>
</rss>

